Top "Cllocation" questions

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

How to get lat and long coordinates from address string

I have a MKMapView that has a UISearchBar on the top, and I want the user to be able to …

mapkit cllocation cllocationcoordinate2d
Why the CLLocationManager delegate is not getting called in iPhone SDK 4.0?

This is the code that I have in my AppDelegate Class - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { CLLocationManager *…

iphone core-location cllocationmanager cllocation
didUpdateLocation Method Never Called

I am making one app on iphone sdk4.0.In that did update location method never called. I have given my …

iphone ios ios4 cllocationmanager cllocation
Convert decimal coordinate into degrees, minutes, seconds, direction

I have the following so far, but can't figure out a tidy way to get the direction letters in without …

objective-c ios coordinates cllocation degrees
Zoom MKMapView to fit polyline points

I have an array, allCollections, that holds programmatically-created arrays of CLLocations the user has recorded through my iOS app. Each …

iphone objective-c ios mkmapview cllocation
Calculate Total Traveled Distance iOS Swift

How can I calculate the total distance traveled use CoreLocation in Swift I haven't been able to so far find …

ios xcode swift core-location cllocation
iPhone 3.0 Compass: how to get a heading?

I'm relatively new to Objective-C and really don't know much about it yet, so I apologise for what is probably …

iphone cllocation
CLLocation speed

I am developing GPS application. Do you know about how to detect speed of mobile device ? Actually, I need to …

iphone objective-c ios performance cllocation
Getting Altitude(height from sea level) of my location in iphone SDK

I am trying to get Altitude of my location in my application. But every time I try altitude property of …

iphone gps cllocation altitude
Calculating Distance between two coordinates using CLLocation

I'm using CLLocationDistance to get the distance between two points, but I'm getting an error when passing my current location …

ios cocoa-touch ios7 cllocation