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.
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-processHow can I set the location (as it's picked up in CoreLocation services) in the iPhone Simulator?
iphone ios-simulator core-locationI'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-modeI am trying to fetch user location in my iOS app. I have included corelocation framework in my project first. …
ios gps core-location cllocationmanagerI want to get the current location, but instead I get an error. This is a snippet of my view …
ios iphone core-location cllocationmanager cllocationJust a quick question on Core Location, I'm trying to calculate the distance between two points, code is below: -(…
ios objective-c core-locationI need to find my current location with CoreLocation, I tried multiple methods but so far my CLLocationManager has only …
xcode location core-location cllocationmanagerHow do you retrieve the user's current city name?
iphone objective-c core-locationI need to get the country location of a iOS device. I've been trying to use CoreLocation with MKReverseGeocoder. However …
ios core-locationHow do you change the string on the alert saying: (Appname/whatever it is) would like to use your current …
iphone cordova core-location