PDA

View Full Version : how-to convert latitude/longitude in address




skunkio
May 30, 2010, 05:53 AM
Hi all,
my app is able to get my position detecting latitude and longitude.
I'm also able to find them from a real address using google maps service but i don't find a way to convert latitude and longitude in a real address.
Using google maps service i can find my current position on a map but...how can i get only the address?

Ciao,
stè



KoolStar
May 30, 2010, 10:10 AM
You need to look at the mkreversegeocoder for versions 3.2 and below. If you are talking about 4.0 you can just call the reverse address on the mkuserlocation.

skunkio
May 31, 2010, 02:09 PM
You need to look at the mkreversegeocoder for versions 3.2 and below. If you are talking about 4.0 you can just call the reverse address on the mkuserlocation.

Yes, i'm using 3.2 and MKReverseGeocoder works well :)
Thanks.


Ciao,
stè