Debt Consolidation - Debt Consolidation - Anime Episodes - Manga - Debt Consolidation

PDA

View Full Version : ANyone know google map api?


ranacseruet
Feb 20th 2009, 5:47 am
Hi,
is there anyone worked on google map api? i need to show a map & upon select a city it will returns city's postal code, possible?

gnp
Feb 20th 2009, 6:57 am
Hi,

this is called reverse geocoding.

You pass the latitude and longitude and it returns the address info (including the postal code)

look it up : http://code.google.com/apis/maps/documentation/services.html#ReverseGeocoding

it has a working example ;)

ranacseruet
Feb 20th 2009, 8:39 am
hi,
thanks, i will chk it out right now.......