This proprietary Apple framework for iOS and Mac OS X allows apps to obtain information on a device's current location (latitude, longitude, and on some devices, altitude), direction and speed. The framework also provides methods for monitoring regions and being notified as the devices enters and ...
0
votes
0answers
53 views
get distance between two points ios [closed]
I need to get the distance between two points until, that distance will be less than 2 mts.
So, to start, I have a var called positionToGo
CLLocation *positionToGo;
I set this var in the ...
1
vote
1answer
36 views
crash on setUserTrackingMode with MKMapView when zoomed in
I have MKMapView with MKUserTrackingModeFollowWithHeading.
But something changes the userTrackingMode to MKUserTrackingModeFollow or None,
so I implemented,
- (void)mapView:(MKMapView *)mapView ...
1
vote
0answers
34 views
Get user's location in background
As I need user's location in background and I am getting user's location in did update location . But due to this it consumes more battery .
I have implemented ...
1
vote
2answers
42 views
Drawing a circle for CLLocationManger region
I have a requirement where I have to draw a Circle with a given radius. For example, say 200 meters for CLLocationManager.
CLLocationDistance radius = 100.0;
CLRegion *region = [[CLRegion ...
0
votes
1answer
29 views
Optimizing The Way To Know most nearby objects
I'm using Core Location with ios 6 for this.
Scenario:
I have the spacial coordinates of a sample of points. I save all those coords using core data.
As and when I am moving with my iphone, I need ...
0
votes
2answers
40 views
How to know I'm leaving from a location
I'm using Core Location with ios 6.
I have been searching for this but could find an appropriate soln
My question is:
- How can I know if I am leaving point X (after I cross it)?
0
votes
1answer
20 views
Not able to update sqlite3 table iOS 5
I am working on Core Location framework, trying to calculate distance between the coordinates and updating the distance onto the database(sqlite3.0). But for some reason i get redundant data getting ...
0
votes
1answer
25 views
Map reverting to user's location, not allowing 'browse' iOS
The map screen of the app displays the user's current location. I want to allow the user to 'browse' the map (scroll around and explore other areas) and I have a button which returns the user to the ...
-3
votes
0answers
21 views
Convert user location information to store information- iOS [closed]
I am working on a project to find out which restaurants you visited during the day. Before I started this application, I would like to know whether or not app restricted this privacy.
0
votes
1answer
15 views
how to avoid nulls while getting current location?
I want to get users current location and i found that solution in stackoverflow: How to find your current location with CoreLocation.
but in spite of that solution i get that message on Nslog:
...
0
votes
2answers
35 views
Get user location like Google now
The Google app now has a feature called Google now. When Google now is active the app keeps locating the user even if the app is removed from background.
How it does that? That isn't something ...
0
votes
2answers
33 views
Storing CLLocation (latitude, longtitude data) in to Core Data
i want to ask a question about core location and core data. i looked some questions but couldnt do that..
i have a application which stores some textfields, photos, date and time datas in UITableView ...
0
votes
0answers
22 views
startMonitoringForRegion is not sending to didEnterRegion or didExitRegion
I have a location based app, all though the region is correct the app never moves to didEnterRegion or didExitRegion
for (int x = 0; x <= [[[TaskStore sharedStore] allTasks]count]-1; x++)
{
...
0
votes
1answer
16 views
What location manager is offering as its recent value
I asked a question regarding how to get old location from this:
- (void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray *)locations
And I got reply
You should create ...
0
votes
1answer
20 views
how to get old location from corelocation
- (void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray *)locations
locations array last object holds new location, How to get the previous location?
0
votes
2answers
88 views
Need assistance regarding calculating distance using core location
Using iPhone and utilising core location I want to calculate a distance of a racing car on a racing track. The scenario is only one car will be on track at a time and track is also not straight. Its ...
0
votes
0answers
69 views
Location Services still running after app is killed
I am seeing an issue with Location Services still being used by my app even if the app has been killed from the multitasking bar. If I go into Settings > Privacy > Location Services I notice ...
0
votes
1answer
50 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
1answer
34 views
iOS: Region monitoring with simulator is way off
I've been having nothing but problems trying to do region monitoring on iPhone. First of all I have never (not even once) had either didEnterRegion or didExitRegion fire on my iPhone 4 device.
I ...
0
votes
1answer
81 views
Why does my iOS app get killed even though I ask for location updates in the background?
My iOS app is sometimes getting killed even though I have put 'App registers for location updates' in the plist under 'Required background modes'.
- ...
0
votes
0answers
54 views
Should iOS Significant Location Change wake up my app after restarting a *locked* phone?
I am building an app that uses the significant change API. Everything works fine except in a very specific case:
If the user's phone is locked, and the user restarts the phone, then the Significant ...
1
vote
1answer
72 views
Move custom annotation to display user location
I have replaced the blue dot for user location in mapview with my custom annotation view, How can I make my custom annotation to follow user's location like the default blue dot does? When I replace ...
0
votes
1answer
83 views
UIBackgroundModes with the location value,then app rejected
My app includes the UIBackgroundModes key (with the location value) in its Info.plist file. The app was rejected by Apple.
Apple's reason for rejection:
"We noticed your app declares support for ...
0
votes
1answer
38 views
CLLocationManager initialization and call on button
I want my app to get current location when user taps a button. I initialize locationManager object in init method.
First question: is this good if I'm going to need currentlocation every time I ...
0
votes
0answers
41 views
App rejected due to background location mode
I including the UIBackgroundModes key (with the location value) in its Info.plist file. If not include the UIBackgroundModes,app can location when run in background? My app not need real-time location ...
0
votes
1answer
29 views
Why my location service is not running in background
My core location code is working fine all delegates are working properly, I can view exact location in mapview. Now I want this application to keep running in background, I searched on internet and ...
0
votes
0answers
44 views
Xcode: find the nearest points
I'm doing a simple location-based iOS application that finding the nearest points from my current location. I built a database of different points in sqlite3 and the table is point(pointName, ...
0
votes
1answer
12 views
Find heading from current location to another location
I can find distance to another location by calling [CLLocation distanceFromLocation:]. Is there a corresponding way to find the heading from one location to another? Or do I have to write the trig ...
0
votes
1answer
32 views
Can didUpdateLocations time out?
Lets say I have everything turned on, WIFI, GPS and CELL. However, I'm inside a subway where everyone of these are blocked.
If I do a startUpdatingLocation, would there be a time out message? And ...
0
votes
2answers
48 views
passing the data to a destination view controller [duplicate]
I am actually using core location along with map kit framework to get the user location on a button's click. I have two view controllers. The first one is a normal view controller with the map view ...
0
votes
1answer
48 views
Update current location in all views from navbar locationButton
I have a custom navbar with a locateButton that is visible in every view
When a user taps the locateButton, I would like to update lat and long on every view. I've got it working in one view at a ...
1
vote
0answers
23 views
OS X/Cocoa: Re-prompting the user for permission to use Location Services? [duplicate]
(I see that the question has been answered in context of iOS but I am working with Cocoa/OS X.)
I am writing an application that utilises Location Services.
When CLLocationManager is first started, ...
0
votes
1answer
37 views
Getting a Key value coding compliant error message
I am actually designing a simple app to make use of the core location to get the location details and at the same time, displaying the latitude and longitude.
But when I run it, I get an error message ...
0
votes
1answer
32 views
Does the internal GPS antenas stop working immediately after calling CLLocationManager stopUpdatingLocation
Here is my scenario.
In my app there is no need of continuously monitoring user location, but I need the location to be as accurate as possible. So I just call CLLocationManager startUpdatingLocation ...
1
vote
0answers
52 views
MKMapView userLocation return coordinates 0.0;0.0 on app's first launch
I'm currently developing an app that have use an MKMapView control. It is suppose to show the user's location via the blue dot (like the Maps application), but when the app is first installed on the ...
0
votes
1answer
40 views
iOS MapKit - Points per meter
I am drawing a circle in a MKOverlayView subclass. I have a radius in meters. How would I convert said meters to points (at that zoom scale) for drawing in drawMapRect:zoomScale:inContext:?
0
votes
3answers
54 views
How to zoom into user current location?
I wanna zoom into the user current location when the app starts in the MapKit.
This is my code (in the viewDidLoad function):
Locate=[[CLLocationManager alloc]init];
Locate.delegate=self;
...
1
vote
1answer
34 views
Significant-Location change notification in iPod
My application uses location service in background. To reduce the battery drainage, i found that it is better to register for significant-location change notification. It says to get this notification ...
2
votes
1answer
86 views
Not able to get location change notification while in background
My app needs location service to be used in background. So I added the following method
- (void)startStandardUpdates
{
// Create the location manager if this object does not
// already have ...
1
vote
1answer
58 views
Assigning lat long to CLLocation giving error not accepting any format
I am giving lat long to CLLocation in this way.
CLLocation *loc = [[CLLocation alloc]init];
loc.coordinate.latitude = [sLat floatValue];
loc.coordinate.longitude = [sLng floatValue];
Coming ...
0
votes
2answers
56 views
CLLocationManager not calling its delegate method
I am developing an app which involves tracking the new location and updates to the server in X mins. I am stopping the location updating when the time diff is equal to or greater than X mins, then ...
0
votes
1answer
90 views
CLLocation Manager stops in background
I have an app which uses CLLocationManager to track the user's route, drawing dots along the path taken. The app runs in the background using Required background modes > App registers for location ...
0
votes
3answers
127 views
iOS CoreLocation not getting GPS coordinates
So I am new to iOS development, and I am just trying to get a label updated with my current GPS Coordinates. I am not having an issue compiling, but my coordinates are coming up as 0.00000, 0.00000.
...
0
votes
0answers
46 views
Core location icon?
I know there's a set of 'built-in' images for use on buttons (eg. the NSUser icon) but the specific icon I'm looking for, the core location 'compass' symbol, is not among them.
So... um, where do I ...
2
votes
0answers
162 views
iOS 6 Map doesn't zoom with MKUserTrackingModeFollow
While my iOS6 MKMapView is in MKUserTrackingModeFollowWithHeading or MKUserTrackingModeFollow, zoom gestures (pinch, double-tap, two-finger tap) work sometimes, but not always.
The issue seems to ...
1
vote
1answer
249 views
iOS 6 Map problems with MKUserTrackingModeFollowWithHeading
I'm trying to solve two problems with MKUserTrackingModeFollowWithHeading in iOS 6:
MKUserTrackingModeFollowWithHeading works briefly, but it's jittery and returns to MKUserTrackingModeFollow ...
1
vote
2answers
381 views
CLLocationManager does not send location to the didUpdateLocations method
I am working on an iOS 6.1 iPhone app with ARC enabled which will be using a CLLocationManager to track the devices position.
UPDATE
I have a DestinationViewController which implements the ...
2
votes
4answers
127 views
How to ask permission from user for second time to allow to access the current location?
In my app, if the user not allowed to access their current location, I can recieve that message in the following method
- (void)locationManager:(CLLocationManager*)aManager ...
0
votes
1answer
34 views
Dimiss location service alert using code
I am using Core Location API for one my Cocoa application. With every application launch, it throws an alert asking for user permission for location services. I want to use the location services but ...
0
votes
2answers
83 views
How to dealloc an UIView with MKMapView when I load another UIView
I'm doing an App with a MKMapView that has a back button the UIView which contain the MKMapView in order to go to main menu, that's ok, but when I want to load again the UIView with the MKMapView my ...




