PDA

View Full Version : Stupid Question ?



pveck@groeneveld.nl
02-19-2004, 09:41 AM
Hi,

Can someone tell me how to get a cityname from a locationobject ?
I'm using GetLocation to get a location object from a certain lat & long.

tnx !

Matrices
02-19-2004, 10:45 AM
look at the article section on reverse geocoding and you should be able to get a string containing the address, then you can search and cut down the string as you need it

M

pveck@groeneveld.nl
02-20-2004, 02:23 AM
Thanks for that! the address object even had a city property so that's great.

bye