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
iOS
iOS7
Google Maps iOS SDK
On any iOS device, get the user's location with Core Location. Specifically, you want the CLLocation class (and CLLocationManager).