Top "Cllocationmanager" questions

The CLLocationManager class defines the interface for configuring the delivery of location- and heading-related events to your application

Rotate GMSMarker in direction at which user facing

I have requirement like on my current location one view will display. It will rotate if device was rotate or …

ios objective-c google-maps-markers cllocationmanager gmsmapview
How to get current location latitude and longitude in IOS SDK 8.0

how to get current location latitude and longitude. I have try this. Using Xcode 6.01 and IOS SDK 8.0 -(CLLocationCoordinate2D) …

ios8 core-location cllocationmanager cllocation currentlocation
UIBackgroundModes location and significant location changes with region monitoring

I have an app that uses a combination of startMonitoringForRegion: and startMonitoringSignificantLocationChanges to keep aware of where the user is …

iphone objective-c ios core-location cllocationmanager
Swift 2 CLLocationManager Error updating

i updated Xcode 6 to Xcode 7 beta with Swift 2. I get this error and i can't find out how to fix …

cllocationmanager swift2 xcode7 xcode7-beta2
CLLocationManager responsiveness

I have an app that revolves around the device's GPS and the information that comes from it. It is important …

ios performance gps core-location cllocationmanager
recieving location updates after app is terminated

I need to keep track of the user location all the time (but not drain the battery). I understand the …

cllocationmanager cllocation
How to use MKMapView's "Shows User Location" in iOS8?

When you add an MKMapView component to the view in Interface Builder, there are checkboxes that let you configure what …

ios ios8 mapkit core-location cllocationmanager
Battery drain when using CoreLocation Significant Location Monitoring & CoreBluetooth

We've released an application which runs in the background and uses CoreBluetooth & CoreLocation to automatically save your parking location. …

ios core-location cllocationmanager power-management core-bluetooth
iPhone GPS in background never resumes after pause

My application needs to track user location changes in the background and works fine as long as user moves around. …

ios objective-c core-location cllocationmanager uiapplicationdelegate
locationManager didUpdateLocations fires twice on device, only once on simulator

Same code, I'm assuming that the device is actually updating the location twice for some reason, even though I only …

ios swift cllocationmanager