Top "Cllocation" questions

A CLLocation object represents the location data generated by a CLLocationManager object.

calculating 'timeIntervalSinceNow' with a negative value (CLLocation example)?

i don't understand this example from the doc : the timeIntervalSinceNow method should show a positive value, but how can we …

objective-c cllocation nstimeinterval
CLLocation distanceFromLocation (in Swift?)

Can somebody please help me convert the following Objective-C statement to Swift? CLLocationDistance distance = [fromLocation distanceFromLocation:toLocation]; I know that …

swift cllocation cllocationdistance
Objective C / iPhone comparing 2 CLLocations /GPS coordinates

have an app that finds your GPS location successfully, but I need to be able to compare that GPS with …

iphone objective-c xcode cllocation
Core Location region monitoring

Does anyone know any knowledge of using this: - (void) startMonitoringForRegion:(CLRegion *)region desiredAccuracy:(CLLocationAccuracy)accuracy I am trying to …

iphone objective-c ios4 cllocationmanager cllocation
cllocation and mkreversegeocoder

i'm try to retreiving city name with cllocation and mkreversegeocoder. in my viewdidload method i istance cllocationmanager: self.locManager = [[CLLocationManager …

iphone cllocationmanager cllocation mkreversegeocoder
Converting CLLocationCoordinate2D to a String that can be stored

I'm trying to save the coordinates of a user while in one ViewController so that it can be used to …

ios swift location cllocation nscoding
iOS Location Accuracy

Hello i am using location in iOS app i set the accuracy like this: locationManager.desiredAccuracy = kCLLocationAccuracyHundredMeters and i am …

ios swift cllocationmanager cllocation
Convert CLLocation or CLLocationCoordinate2D to CGPoint

How can I convert CLLocation or CLLocationCoordinate2D to CGPoint. I have seen CGPoint point = [mapView convertCoordinate:myCoordinates toPointToView:self.…

iphone ios cllocation cgpoint
IOS Getting location updates when app terminated without using significantChange

I apologise for the redundancy of this topic, but in spite all the given answers, I can't identify the possibility …

ios background cllocation terminate
Not being prompted to enable Location Services in App

UPDATE: THIS IS NOT A DUPLICATE. I have already added the required key to the info.plist as stated in …

ios objective-c cllocationmanager cllocation