Top "Cllocationmanager" questions

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

How to rotate a Direction Arrow to particular location

In my app I have a latitude-longitude of 1 fix location. Now user with iPhone device can move anywhere and even …

iphone objective-c xcode cllocationmanager compass-geolocation
How to check if MKCoordinateRegion contains CLLocationCoordinate2D without using MKMapView?

I need to check if user location belongs to the MKCoordinateRegion. I was surprised not to find simple function for …

iphone ios cllocationmanager cllocation mkcoordinateregion
iOS CLLocationManager in a separate class

I have multiple view controllers that need to get the user's location, so I wanted to create a separate class …

ios xcode core-location cllocationmanager
CLLocationmanager "locationServicesEnabled" method deprecated in iOS 4?

I know the property locationServicesEnabled is deprecated in iOS 4. Instead, I should call locationServicesEnabled In my app delegate method -(…

iphone ios cllocationmanager ios4
How to get current zoom level from google map for ios?

I use method camera with digital value like this: camera = [GMSCameraPosition cameraWithLatitude:37.35 longitude:-122.0 zoom:6]; and I need automatically redraw …

ios google-maps zoom cllocationmanager
UIAlertView like "Turn On Location Services to allow maps to determine your location". Settings + Cancel

I Want to emit this alert: Turn On Location Services to allow maps to determine your location I need both "…

iphone permissions settings uialertview cllocationmanager
locationManager didFailWithError

from 1 week if my gps app fail to retrieve signal (eg: testing in my home) i don't receive any aler. …

iphone iphone-sdk-3.0 uialertview cllocationmanager didfailwitherror
CLLocationManager and accuracy issues - any experiences?

So I am dealing with some accuracy issues with iPhone GPS. I have an app which uses location. In the …

ios cllocationmanager cllocation
Why is my CLLocationmanager delegate not getting called?

I'm not getting any location callbacks on either sim or device. I've got this code being called: - (void)startLocationCallbacks: (…

iphone cllocationmanager
Apple rejection because UIBackgroundMode = location

I submitted an app which tracks the user's location (and sends it to the server) at some fixed intervals chosen …

ios cllocationmanager appstore-approval