Quote:
Originally Posted by Ennio
Do I need the address Lat and Long to be able to display it on the map?
I'm working on a app that display the users current location and it will list some sales close to the user.
Thanks,
Ennio
|
Without a external service yes. MapKit includes a reverse geocoder - getting city, state, street, etc from lat/long - but it does not include a geocoder.
There are geocoder services you could use from your app - of course most of them cost something to use.