Top "Core-location" questions

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.

How do I get a background location update every n minutes in my iOS application?

I'm looking for a way to get a background location update every n minutes in my iOS application. I'm using …

ios objective-c core-location background-process
Set the location in iPhone Simulator

How can I set the location (as it's picked up in CoreLocation services) in the iPhone Simulator?

iphone ios-simulator core-location
Periodic iOS background location updates

I'm writing an application that requires background location updates with high accuracy and low frequency. The solution seems to be …

ios objective-c core-location background-task ios-background-mode
distanceFromLocation - Calculate distance between two points

Just a quick question on Core Location, I'm trying to calculate the distance between two points, code is below: -(…

ios objective-c core-location
How to find your current location with CoreLocation

I need to find my current location with CoreLocation, I tried multiple methods but so far my CLLocationManager has only …

xcode location core-location cllocationmanager
Get device location (only country) in iOS

I need to get the country location of a iOS device. I've been trying to use CoreLocation with MKReverseGeocoder. However …

ios core-location
Location permission alert on iPhone with PhoneGap

How do you change the string on the alert saying: (Appname/whatever it is) would like to use your current …

iphone cordova core-location