Google Maps iOS SDK, Getting Current Location of user

前端 未结 7 2403
渐次进展
渐次进展 2020-12-01 04:49

For my iOS app (building in iOS7),i need to show user\'s current location when the app load.I am using Google Maps iOS SDK. I am follo

7条回答
  •  心在旅途
    2020-12-01 05:36

    On any iOS device, get the user's location with Core Location. Specifically, you want the CLLocation class (and CLLocationManager).

提交回复
热议问题