A CLLocation object represents the location data generated by a CLLocationManager object. This object incorporates the geographical coordinates and altitude of the device’s location along with values indicating the accuracy of the measurements and when those measurements were made. In iOS, this ...
0
votes
2answers
27 views
CLLocation accepts longitude and latitude greater or less than their min and max values
As far as I know, the max and min values are:
latitude: [-90, 90]
longitude: [-180, 180]
CLLocation still accepts values beyond these limits, for example:
[[CLLocation alloc] ...
0
votes
2answers
48 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 ...
0
votes
1answer
29 views
Play Audio Player when location speed decreases
How to play audioplayer when location speed greater than 20,count time start for five second and when suddenly location
speed (speed decrease from 20 t0 0)equal to zero it play audio player.I try this ...
0
votes
2answers
30 views
Given GPS of ppoint1 and distance and angle of point2 from point1 , find GPS of point2 iOS [closed]
I have a MapImage with 20 points. I know (x,y) of all points on the map image. I also know the GPS lat and long of two of the points.Using this information I need to calculate GPS lat and long for ...
-1
votes
1answer
25 views
using saved GPS coordinates from CLLocation to plot on the iPhone map
I have been using core data to save the user's location for various times in a table view. Now that I can actually get the location details (coordinates mainly) at various times, I would like to plot ...
0
votes
0answers
26 views
From Latitude and Longtitude to Store Name -CLLocation to MKReverseGecoder
I implemented Mapkit.framwork to enable to use GPS in my application to find coordinates (lat, longtitude).
In detail, my current place coordinate latitude and longtitude is 29.736801, -95.520734 ...
0
votes
1answer
32 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
50 views
Instantiating Singleton class with CLLocationManager in AppDelegate didFinishLaunchingWithOptions
i am using a singleton class to track a users location. if i instantiate the class from within my running app and start tracking everything is peachy.
however, if the app is closed (in the app ...
0
votes
1answer
50 views
Finding Bounding Box from CLLocationCoordinate2D
I am working with an API that allows me to specify a "bounding box" of coordinate which allows me to only return results within that box:
Returns a list of geocaches inside the specified bounding ...
-1
votes
1answer
28 views
location based `local Notification` works in the `background` but not in the `foreground`
Notification should activate whenever the location is near, but it only works in the background. Even though the triggering event happens in both the foreground and background.
- ...
0
votes
2answers
38 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
38 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 ...
1
vote
1answer
25 views
How to know a location ( like : (CLLocation *)newLocation)) whether on the road?
I was doing a map ios app using CLLocation and I was wondering whether there is an API for judging whether a point on the map is on the road, but not in an appartment or in anywhere in-side the house?
...
1
vote
1answer
59 views
CLLocationCoordinate2D distance between two points considering zoom level
I'm trying to create a solid clustering mechanism using a subclass of an MKMapView. I came across a task that have I've been banging my head against the wall for quite some time now - grouping ...
0
votes
0answers
27 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++)
{
...
2
votes
1answer
23 views
Need to get my location while my app is in the background
I'm writing a basic location based alarm/notification app for my beginning IOS class. I have the locations objects (CLLocation) but I can't figure out how to check for current location in the ...
1
vote
1answer
21 views
Does anyone know of a walkthrough or tutorial on how to set the plist for iOS 6?
I need to set the plist to allow CLLocation to update the current location in the background.
0
votes
1answer
74 views
How to transform an NSArray of lat/long coordinates w/format: “(”99.9999“,”99.9999“)” into an NSArray of valid CLLocation to use in an MKOverlay?
I'm trying to parse an array of NSStrings with lat/long coordinates("99.999999","99.999999") and then transform it into an array of CLLocations.
Is there a NSString method that would help with this?
...
0
votes
2answers
70 views
Using string for variable name iOS [duplicate]
I got some trouble to find how to use a string for my CLLocationCoordinate2D name variable.
In my code I got 90 location :
CLLocationCoordinate2D location1;
...
CLLocationCoordinate2D location90;
...
0
votes
2answers
39 views
Create Array of Location Coordinates Dynamically
I've already made an app that compares the user's location to an array of locations with format...
NSArray *myStationArray;
myStationArray = @[
@{
kStation : ...
-2
votes
1answer
50 views
How to Display Geo Point in ios [closed]
I want to put a point denoting the current location using gps cordinates i have got Lat Long values.How..?
2013-04-27 20:21:47.082 AnchorWatch[1160:c07] latitude 34.785890
2013-04-27 20:21:47.083 ...
0
votes
0answers
41 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 ...
1
vote
3answers
73 views
Return NSString which is set from inside a block
I have a method which looks like this:
-(NSString *)getCityFromLocation:(CLLocation *)location {
__block NSString *city;
CLGeocoder *geocoder = [[CLGeocoder alloc] init];
[geocoder ...
1
vote
0answers
13 views
Altitude Disappears from MKPlacemark
So I have some code that gets the user's location from the phone as a CLLocation, then I do a reverse geocode on it. The problem is that the resulting MKPlacemark has 0 for altitude, despite the fact ...
0
votes
2answers
76 views
Drawing a line between the coordinates in MKMapView
I want to draw the lines between the coordinates in MKMapView..Here is the code
aRoute=[NSArray arrayWithObjects:[[CLLocation alloc] initWithLatitude:40.445418 longitude:-79.942714],[[CLLocation ...
0
votes
1answer
60 views
MKMapView region property returning bad struct
I'm working with MKMapKit and setting the region to be a full size United States and it's displaying as expected. However when inspecting the self.mapView.region property I'm getting some weird ...
1
vote
0answers
11 views
removing a part of overlay
I have coordinates to draw as overlay on the map.
MKPolyline *line = [MKPolyline polylineWithCoordinates:coordinatesPointer count:coordinatesCount];
Map just draw overlay. When user thinks they ...
0
votes
0answers
25 views
add circular overlay to mapview
I am trying to add a circular overlay in ios mapview,in view did load i added following code
CLLocationCoordinate2D center = CLLocationCoordinate2DMake( 53.809638, -1.554586 );
MKCircle *circle = ...
0
votes
1answer
33 views
CLLocationDegrees with an expression of incompatible type 'double'
The topic says everything. why i get this error massage at this 2 lines?
NSArray *coordinates = [locationDetails[@"coordinates"] componentsSeparatedByString:@","];
CLLocationDegrees *lat = ...
0
votes
1answer
36 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 ...
0
votes
2answers
87 views
UISegment to sort tableview based on distance betwen current location and
I have an app that shows events on table view. I have UISegment to sort this table alphabetically . Now I want to sort it based on distance from userlocation to event location.
I have an array which ...
0
votes
1answer
35 views
pass cllocation to tableview
I’m trying app that display distance between user location and target location. I intend to get user location didUpdateToLocation method and store in array. Then, put it in table view delegate ...
1
vote
1answer
133 views
iOS : alert user for specific Geo location area (lat,long)
I'm trying to implement a function of a Geo location for a user, I'm statically setting up latitude and longitude information, when app starts if the user is within that area I'm showing up a message ...
0
votes
0answers
51 views
Memory leak from CLLocationManager (CLLocationInternal)
My app triggers the location update every 10 minutes in a timer, I have declared the location manager as a strong property and synthesized but the CLLocationManager throws the CLLocationInternal leak ...
0
votes
0answers
19 views
CLLocation speed discrepancy
When using CLLocationManager, there are two ways to get the speed of the user. The first is to simply use the speed provided by the CLLocation object, and the second is to take the distance between ...
0
votes
1answer
75 views
Not calling delegate on timer Objective-C
I all I wonder if anybody can help me once again? I have moved my location coding from my View controller into an NSObject. I have then called this from the App Delegate
- ...
1
vote
1answer
61 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
1answer
142 views
How to draw a walking route by two points Xcode
How would draw a walking route by two point (start and end).
I wont use polyline.
0
votes
2answers
65 views
How add polyline in mapView
I would insert in my mapview an polyline!
I made it in this way
CLLocationCoordinate2D coord[2];
coord[1].latitude = 45.42207;
coord[1].longitude = 9.123888;
coord[2].latitude = 45.422785;
...
1
vote
2answers
113 views
CLLocation- user location is lost (zero lat and long) on App resume
GPS signal is lost when App is resumed from long time suspend mode.
And/or after user goes into a building where GPS is weak and then resumes the App.
The blue dot disappears and the map is centered ...
1
vote
2answers
57 views
How does the distanceFromLocation method work?
I frequently use the distanceFromLocation method for CLLocation objects to get their distance from other locations. Enumerating through an array of CLLocations, I then compare each to my reference ...
0
votes
0answers
64 views
Simulating location Using GPX unable to choose file
Am having some problem regarding gpx file, it's xcode bugs? or there is an error on my self?
For first time use gpx from file, xcode work fine for me, but now it stops work in current project or a ...
-4
votes
1answer
59 views
Making a RadarView Objective C [closed]
Im trying to make a radar in objective-c, to display it on iPad.
I already got the iPad user current location, and the other users Location, and distance.
The problem is, how i can display the other ...
1
vote
2answers
34 views
How to use bridge for CLLocationCoordinate2D
AM trying to add CLLocationCoordinate2D[] to NSMutableArray and send it as parameter. But (__bridge id) is crashing the app. Struct to id conversion is the problem. Could anyone please let me know how ...
0
votes
1answer
55 views
mapView and UITable detail
trying to pass my annotation's data (name, address, phone #, url, description, etc) to a DetailViewController with a table. stuck----please read the code. the data isnt passed with ...
0
votes
1answer
103 views
Creating a location based reminder: what to do with horizontal accuracy?
I'm creating a location-based reminder, EKReminder.
For the coordinates I'm using CLGeocoder to convert an address into a CLLocation.
When it comes to the reminder itself, I think that there are two ...
1
vote
2answers
149 views
why did didupdatelocation be called when device is not moved
i use CLLocation for a app that record people's trace in map view when they are running or walking ,but i found when my device is still (not moved) ,the
- (void)locationManager:(CLLocationManager ...
1
vote
1answer
102 views
It is possible to know if a CLLocation point is in a MKCoordinateRegion?
I've a CLLocation point (lat/long) and I want to know if it is in a determined MKCoordinateRegion. I'd like to know in which region is a CLLocation point previously made.
Thanks.
I have found the ...
0
votes
1answer
40 views
ios 6 - an app which allows user to create mapannotations while on the street returns multiple annotations with same coordinates
Im building an app that lets a user build his own map annotations while he walks around the neighbourhood. Im testing this right now.
Everything works smoothly Im seeing that when Im out on the ...
0
votes
1answer
226 views
iPhone app for calculating distance and speed
I am creating an navigation based iPhone app. I want to calculate the distance and speed of the user moving. Now I am using CLLocationManager for this. But it not that much accurate. I am calculating ...







