Top "Cllocation" questions

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

put CLLocationCoordinate2D into CLLocation for Swift

I have a method I want to call however when I get back the center of the map, it is …

ios swift mapkit cllocation cllocationcoordinate2d
Convert String to CLLocationCoordinate2D in swift

using Firebase as my backend, I've got a series of strings that are latitude and longitude coordinates, how can I …

string swift converter cllocation cllocationcoordinate2d
How to show my location and pin in map correctly on Swift?

I'm trying sshow my location in app Swift but this not show anything, the map is all blue.. My code …

swift mapkit cllocation
How to get current location latitude and longitude in IOS SDK 8.0

how to get current location latitude and longitude. I have try this. Using Xcode 6.01 and IOS SDK 8.0 -(CLLocationCoordinate2D) …

ios8 core-location cllocationmanager cllocation currentlocation
CLLocation Category for Calculating Bearing w/ Haversine function

I'm trying to write a category for CLLocation to return the bearing to another CLLocation. I believe I'm doing something …

iphone mapkit core-location cllocation haversine
How to calculate speed of our car using iphone

For my application I want to calculate my car/bike speed using iphone. How can i do that? Ideally, it …

iphone objective-c ios performance cllocation
Convert NSNumber to CLCoordinate

I want to pull a list of coordinates from a database into an array (Before displaying them on a map). …

objective-c coordinates core-location cllocation
Accessing Variables outside of a function in swift

Im getting coordinates from , but I'd like to be able to use them outside the Location Manager Function. Is it …

function swift global-variables cllocation cllocationcoordinate2d
recieving location updates after app is terminated

I need to keep track of the user location all the time (but not drain the battery). I understand the …

cllocationmanager cllocation
converting a CLLocationCoordinate2D type to number or string

I was wondering how to convert latitude and longitude values of CLLocationCoordinate2D to numbers or string values. Iver tried …

cocoa cllocation