The CLLocationManager class defines the interface for configuring the delivery of location- and heading-related events to your application
0
votes
1answer
33 views
how to get address from longitude and latitude
I'm new in iphone development and I want to show the address in mapview. I am currently using CLLocationManager.
I'm using this method:
-(NSString *)getAddressFromLatLon:(double)pdblLatitude
...
0
votes
2answers
16 views
CLLocationManager SignificantLocationChanges Force Refresh
I have an app that uses CLLocation manager and I need ability to force a location event to be delivered. Apple documentation states...
After returning a current location fix, the receiver ...
0
votes
0answers
5 views
On Setting Ios simulator default location from Edit Scheme does it effect the device location update?
since i was getting error "Location Manager Error : (KCLErrorDomain error 0)" i edit the scheme to set default location
i,e Scheme/Edit Scheme/Options/Allow Location Simulation checked set default ...
-2
votes
0answers
16 views
How can monitor more than 20 region At the same time [closed]
How can monitor more than 20 region At the same time by using locationManager ??
please help
0
votes
0answers
16 views
Can I get colocation data in underground area (like as subway, parking lot, etc..)?
I set up cllocation manage by following code. It work in the open area. However, my phone can't received any datas (all datas was 0) after I went into subway or underground area.
What should I do if ...
0
votes
1answer
29 views
CLLocationManager didUpdateToLocation:, on which thread?
I'm currently trying to implement a timeout feature on a CLLocationManager delegate call.
Here's the code:
- (void)checkInAt:(UALocation *)location timeout:(NSTimeInterval)timeout {
NSDate ...
0
votes
1answer
28 views
Insert Latitude and Longitute Programaticlly for Reverse Geolocation
I have a Situation ,where i am pulling the Latitude and Longitude from a XML file ,Parsing and Displaying it .and i am successfully be able to Do it in Two Different UILabels .but now i need to the ...
0
votes
0answers
40 views
iOS: Testing CLLocationManager
I would like to set up Region Monitoring in CLLocationManager. Everything has been set up fine here. I have heard about location injection method in xCode 4 to test whether or not region monitoring ...
1
vote
3answers
62 views
CLLocationManager is alive even when not needed
I have a mapping functionality in my app. It belongs to one of the Tab Bar controller tabs.
The problem I have is that the app is asking for location permissions right after launch.
I dont want to ...
0
votes
2answers
41 views
When should I stop updating location manager?
I have an app that makes a call to get the user's location:
-(void)getLocation{
locationManager = [[CLLocationManager alloc] init];
locationManager.delegate = self;
...
1
vote
1answer
35 views
MonoTouch: Get latitude and longitude values crashes
In my app i want to get the latitude and longitude values. I have below code. It crashes very first time the function get called. App asks the user permission to use current location and app crashes ...
0
votes
2answers
53 views
Make a compass iPhone 3GS
I'm making an compass application, but when my function [localManager startUpdatingHeading], calls it will automatically call the function
-(void)locationManager:(CLLocationManager *)manager ...
0
votes
2answers
27 views
Does CLLocationManager#startMonitoringSignificantLocationChanges prompt for user access in an iPod Touch?
Since the iPod touch does not have a GPS, does it actually prompt for location access when calling CLLocationManager startMonitoringSignificantLocationChanges?
1
vote
1answer
63 views
How is it possible to ensure a constant continuous update of location when iOS app is in the background?
One requirement for our iOS app is to monitor location changes in the background. We have implemented "locationManager startMonitoringForRegion:region", unfortunately we realised when testing the app ...
0
votes
0answers
36 views
enable/disable heading in maps
I am building a map page for my app and I have enabled "heading" events (basically the map always points north like a compass). I am wondering how to disable/enable this from happening- like the ...
0
votes
1answer
126 views
iPhone Location Services is turned off, but the application can still get the location?
I turned off the Location Services on my iPhone, because I don't want the app to determine my location. But, when I run the app it somehow gets my location! Any ideas?
0
votes
1answer
50 views
CLLocation manager not calling Update locations delegete frequently
i am using cllocation manager for getting user current location in my application delegate class.Some thing like this:
-(void) getUserCurrentLocation
{
destinationForProgressView = .25;
...
0
votes
1answer
29 views
Is there a way to change the value of [CLLocationManager authorizationStatus] to [duplicate]
to undetermined again.
When the value is undetermined, iOS will ask what to do.
Well, if the status is already rejected, iOS won't ask again.
I want iOs to ask again.
How do I do so?
1
vote
1answer
55 views
iOS Location Services - App is checking for location before allowed
Just trying to determine a user's location. Here's the code:
self.locationManager = [[CLLocationManager alloc] init];
//self.locationManager.delegate = self;
self.locationManager.distanceFilter = ...
0
votes
3answers
91 views
Calculating angle between two vectors?
I'm developing an iOS app, which has to show POIs (points of interest) depending on device heading. I used CLLocationManager to get user's location and heading. I have one pair of destination's ...
0
votes
2answers
75 views
CLLocationManager didn't updated data properly
I've got the problem when I tried to experiment for LBS app. When tested in simulator, it seems to work. Then, I tried it in iPhone. It didn't work as expected.
When I start the app, it displayed ...
-2
votes
2answers
96 views
Can i use startupdatinglocation in background?
Hello everyone I need to know if i am near to a saved Geo-location in my app withing a range starting at 10 Meters to 500 Meters in background. I have used startMonitoringForSignificantLocationChange ...
0
votes
6answers
199 views
get location name from latitude longitude in iOS
I want to find current location name from latitude and longitude,
Here is my code snippet i tried but my log shows null value in all the places except in placemark, placemark.ISOcountryCode and ...
-4
votes
0answers
71 views
Generate UIAlert when gps speed decreases to zero [closed]
How to Generate UIAlert when gps speed decreases to zero
Here is my code
- (void)viewDidLoad
{
[super viewDidLoad];
CLController = [[CoreLocationController alloc] init];
...
0
votes
1answer
37 views
How to get location services to reprompt the user for location permission if they accidentally refused it?
When the users are asked to allow the user location, if they select accidentally "NO", then this alert is never shown in our app. Is there any option to reprompt the alert every time they open the ...
0
votes
0answers
51 views
Trying to get location updates in background not working
Hello everyone I am trying to get a location update when my app is in background. But the code below does not seems to work. The IF statement is never true. I have also set the necessary keys in the ...
2
votes
1answer
55 views
How to show user location when user tap don't allow for the next time?
In my app,I want to show user location in one of my UIViewController which uses MKMapKit.So when the user selects this View Controller they will be asked whether to allow or don't allow. If user ...
0
votes
0answers
21 views
Continue execution after CLLocationManager obtains the location
In my app I want to get the current user location and THEN continue executing the app.
I check the newLocation.timestamp and if it's less than 0.02 sec I treat it as the most current location. Once ...
0
votes
0answers
14 views
How to dismissHeadingCalibrationDisplay on dismissModalViewController?
I am using
- (BOOL)locationManagerShouldDisplayHeadingCalibration:(CLLocationManager *)manager
{
return YES;
}
It pops up as it should but remains even after dismissModalViewController or when ...
0
votes
1answer
58 views
How can I search for locations in a certain radius?
Very surprised this has been difficult to search. My hunt only showed me to use CLGeocoder for displaying the information in user friendly format.
I'm building a location based app, and I have ...
0
votes
1answer
58 views
Bearing of Current location in iOS SDK
I have just completed an Android app, where I used bearing value of current location. Now I am trying to do same app for iOS. But did not find a way to get bearing of current location in iOS sdk?
I ...
0
votes
1answer
34 views
stopUodatingLocation in appDelegate
I'm using location services in my app. When the user tapped the startbutton it has to run also in the background. When the user dismisses the app without tapping the startbutton location services has ...
0
votes
1answer
49 views
how to detect user current location authorized and reload data in ios?
In the view didload method
I'm calling
/**initialize location manager**/
if (nil == locationManager)
locationManager = [[CLLocationManager alloc] init];
//set the delegate for the ...
0
votes
1answer
62 views
iOS get absolute time independent of user set time?
I need to be able to get the absolute time the from the iOS device (iPhone 5.0 +)
I used CLLocation timestamp property, but that is not working like I thought it would.
If the user is in an area ...
0
votes
1answer
37 views
CLLocationManager not calling delegate in an NSObject
I'm trying to create a helper class to get the coordinates of the phone in any other class easily. I've followed a tutorial in which the UIViewController implemented the ...
0
votes
2answers
78 views
Location still monitoring after locationManager = nil and stopUpdatingLocation called
I'm trying a lot of things to stop the location update of my app but nothing seems work…
What I do (regard of the post : StopUpdatingLocation method not working for iOS5) :
// Initialise my ...
0
votes
5answers
144 views
didUpdateToLocation called multiple times
I have an application in which user track his/her route when jogging or cycling, So i need perfect location, so user's routes will be perfect.
But, I have one problem in this,
locManager = ...
0
votes
1answer
62 views
[iOS][Background][CLLocationManager]Bad map accuracy
I am working on an application which aims to display on a map the position of the iPhone during an activity (adding annotations and drawing line between them).
To do this, I use a Location Manager ...
0
votes
0answers
41 views
“Loading” indicator until location is obtained
How do I display a "Loading" indicator and have the application continue AFTER current, not cached location is obtained? I'm using "startMonitoringSignificantLocationChanges" even though the app is in ...
0
votes
1answer
38 views
ios background location services arrow disappears when not moving
I built this app which is tracking the users position even when running in background. I use the CLLocationManagers method
startUpdatingLocation
I set the CLLocationManager to
...
2
votes
1answer
68 views
[iOS]capturing user location: clarification
I've an app that capture user location and send this info to my server.
I've started the LocationManager service with:
- (CLLocationManager *)locationManager {
if (_locationManager == nil) {
...
0
votes
1answer
43 views
CLLocationCoordinate2D converting return null
i m trying to convert longituude and latitude to NSNumbers to save them in core data.
following my code:
getting coordinate
CLLocationCoordinate2D coordinate = [[mapView.annotations ...
0
votes
1answer
33 views
CLLocation doesn't work - unrecognized selector sent to instance
I have a tabbar project in xcode and on the first view i need to find my GPS location and I need to save longitude and latitude on two variables on the appdelegate. Here some code:
...
2
votes
0answers
54 views
CLLocationManager not returning correct location
I'm working on an app where it checks your location every minute or so to see if your location changed. I am simulating the location changes by using a simulated location in xCode. First I'll do ...
0
votes
0answers
47 views
CLLocationManager suddenly not asking for permission and not showing up in Privacy tab
In my app, I created a class that deals with location services. For example, I start location services like this:
- (void)startLocationServices{
locationManager = [[CLLocationManager alloc] init];
...
1
vote
1answer
54 views
How to customize location manager prompt?
I am working on an app. In this app I want to customize location manager prompt alert. This prompt ask "XXX" would like to use your current location.
I have attached a screen shot regarding this.
...
0
votes
1answer
72 views
Location Manager Stops Updating Randomly
Im writing an app that uses CoreLocation, and so some reason the the location manager randomly stops updating the location.
I've made sure that all calls to the startUpdating method are on the main ...
0
votes
2answers
26 views
CLLocationManager trueHeading is -1
I am facing issue in using CLLocationManager.
I am using startUpdatingLocation method and its delegate method
- (void)locationManager:(CLLocationManager *)manager didUpdateHeading:(CLHeading ...
4
votes
1answer
86 views
Retrieving data of Nearby devices containing same application
I'm developing a chat application, and a requirement is to get the device details for users within some distance (i.e., devices within 100 miles who are using same application). I want to get the ...
0
votes
1answer
21 views
How can it be that both didUpdateToLocation and didFailOnError is not called?
+(void) vStartUpdatingLocation
{
while (false);
AssertNonMainThread
[[NSOperationQueue mainQueue]addOperationWithBlock:^{
CLLocationHandler * singleton = [CLLocationHandler ...







