Top "Mkreversegeocoder" questions

The MKReverseGeocoder class provides services for converting a map coordinate (specified as a latitude/longitude pair) into information about that coordinate, such as the country, city, or street.

How to search MKMapView with UISearchBar?

I have an application that needs to have a similar search feature like the Apple "Maps" application (included with iPhone, …

iphone ios cocoa-touch mkmapview mkreversegeocoder
cllocation and mkreversegeocoder

i'm try to retreiving city name with cllocation and mkreversegeocoder. in my viewdidload method i istance cllocationmanager: self.locManager = [[CLLocationManager …

iphone cllocationmanager cllocation mkreversegeocoder
MKErrorDomain error 4 iPhone

I keep getting this randomly when I run my gps app I'm building. It doesn't happen everytime, and the coordinates …

iphone mkreversegeocoder
convert MKPlaceMark addressDictionary string encoded

I working on a example to using MKReverseGeocoder to convert lat,long to address. But when i received data and …

iphone mkreversegeocoder