Google Maps iOS SDK: How do I get accurate latitude and longitude coordinates from a camera's visibleRegion?

前端 未结 5 1566
野的像风
野的像风 2020-12-11 04:20

EDIT: This is now a confirmed bug with this SDK

I\'m using version 1.1.1.2311 of the Google Maps for iOS SDK, and I\'m looking to find the bounding latitude and long

5条回答
  •  失恋的感觉
    2020-12-11 04:45

    Maybe you give the location Manager the wrong accuracy..

    Try to increase it:

    locationMgr.desiredAccuracy = kCLLocationAccuracyBest;
    

    The battery is draining moreyy

提交回复
热议问题