cllocationmanager
How to find nearest locations like banks, restaurant in iPhone
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[详细]
2023-03-23 23:44 分类:问答"Access to Location Services denied by user" - CLLocationManager
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开发者_运维百科[详细]
2023-03-23 05:20 分类:问答Control location manager update interval
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[详细]
2023-03-22 23:22 分类:问答Xcode 4.1 - location prompt in iPhone simulator
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.[详细]
2023-03-22 13:07 分类:问答could not connect to the internet
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[详细]
2023-03-21 07:09 分类:问答didAddAnnotationViews not getting called always
I added a MKAnnotation delegate handler class into a MKMapView like this. MapAnnotation *anAnnotation = [[[MapAnnotation alloc] initWithCoordinate:coord] autorelease];[详细]
2023-03-20 17:10 分类:问答Stopping CoreLocation background updates
My app registers for background location updates (not Significant Change. I need more granularity than kilometers)[详细]
2023-03-20 09:11 分类:问答Navigate user to location using maps app
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[详细]
2023-03-18 13:40 分类:问答iphone getting user location at time intervals
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[详细]
2023-03-18 08:19 分类:问答Getting location in iOS background
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.[详细]
2023-03-18 08:05 分类:问答