Top "Cllocationmanager" questions

The CLLocationManager class defines the interface for configuring the delivery of location- and heading-related events to your application

Can I get the accuracy of GPS location in iOS?

I've seen Android developers get the accuracy of a GPS location. Is there a way that I can get the …

iphone ios gps cllocationmanager cllocation
Use CLLocationManager and MKReverseGeocoder to get name of city

I am trying to get the name of the city of user's current location by using MKReverseGeoCoder but it has …

objective-c mkmapview cllocationmanager mkreversegeocoder
iPhone SDK: Convert MKMapPoint to CGPoint

I have converted a longitude and latitude on my MapView to a MKMapPoint. I then want to move an imageView …

iphone mkmapview cllocationmanager cgpoint
how to get city name via CLlocationManager using latitude and longitude in IOS?

I am trying to get address via CLLocationManager using latitude and longitude but it only returns state and country name, …

ios cllocationmanager city