Top "Clgeocoder" questions

The CLGeocoder class provides services for converting between a coordinate (specified as a latitude and longitude) and the user-friendly representation of that coordinate.

Convert coordinates to City name?

How to get an address from coordinates using MapKit? I have this code when long press on the map it …

ios swift mapkit clgeocoder clplacemark
How to get formatted address NSString from AddressDictionary?

Trying to get formatted address from AddressDictionary, that I got from CLGeocoder. Used following code with no result: subtitle = [NSString …

ios addressbook clgeocoder
CLGeocoder returning error : The operation couldn’t be completed. (kCLErrorDomain error 8.)

I am calling this function once I get the addressString: [[self geocoder] geocodeAddressString:addressString completionHandler:^(NSArray *placemarks, NSError *error) { if (…

ios objective-c geolocation cllocation clgeocoder
Convert GPS coordinates to a city name / address in Swift

I have a latitude/longitude location that I want to convert to the location name String in Swift. What is …

swift gps cllocation clgeocoder cllocationcoordinate2d
kCLErrorDomain error 2 after geocoding repeatedly with CLGeocoder

I have a search bar in my application that the user can type an address into, and it will come …

iphone ios mapkit core-location clgeocoder
Get current city and country from CLGeocoder?

I've been all over the internet trying to find out how to get the city and country from CLGeocoder. I …

ios ios6 nsstring clgeocoder currentlocation
Set address string with reverseGeocodeLocation: and return from method

I'm try to localize a start and end point to an address string, so that I can store it into …

ios objective-c cocoa-touch clgeocoder completionhandler
how to localize address result from reverseGeocodeLocation?

My iphone app supposed to resolve address based on latitude and longitude of the user. reverseGeocodeLocation works fine, but results …

iphone ios xcode clgeocoder
geocoder.geocodeAddressString no longer works with swift update today

https://developer.apple.com/library/prerelease/mac/releasenotes/General/APIDiffsMacOSX10_11/Swift/CoreLocation.html shows that there were a couple of …

xcode swift clgeocoder
Setting MKMapView Zoom level to a locality

I wish to set the zoom level (OR set region) of MKMapView such that I can show a locality. Elaborating …

ios mkmapview clgeocoder