I am making an application in 开发者_高级运维which i am getting the current location, name and address, latitude and longitude, however how to find the nearest places likebanks, restaurant,bus stand n
I\'m writing an application which uses CLLocationManager to collect GPS data. Not long ago my simulator began sending me exceptions like kCLErrorDenied without asking confirmation to get开发者_运维百科
Is there a way to control the update interval of the location m开发者_如何学Canager? I used the nearest 10 meter setting for accuracy but it appears that my application gets one update every second, w
The app I\'m working on uses CLLocationManager, and previously, when the app starts asking for location info in the iPhone simula开发者_如何学Ctor, I would get a little popup.
I\'m using CLLocationManager to determine the current location and i\'m using maps.google.com for rev开发者_如何学运维erse geocoding. Whenever I switch from wifi to 3g network and try to run my app wh
I added a MKAnnotation delegate handler class into a MKMapView like this. MapAnnotation *anAnnotation = [[[MapAnnotation alloc] initWithCoordinate:coord] autorelease];
My app registers for background location updates (not Significant Change. I need more granularity than kilometers)
I have a mapview with many annotations on it. When the user clicks on an annotation, it takes them to a details page with information about an artpiece there and a button to \"Get directions to this l
I browsed through some of the questions in stackoverflow but I couldn\'t get a clear picture. I am working on an iPhone application that involves getting the user\'s location through GPS and processin
I want to get my location in background every X mins, I\'m using a thread which is running well with NSLog, it prints a string. However, it seems that it\'s not working when I call my locationManager.