views:

177

answers:

1

I am using Google Map API to add markers to a map when the user clicks a location on the map. I want to add an info window for the new marker when its clicked, the info window will be populated with details of the location. The Google map API returns the latitude and longitude so I just need a way of taking this info and getting a location.

Is it possible to use Latitude & Longitude with Yahoo Geo Technologies to pinpoint a city or town?

+1  A: 

Google has a reverse geocoder, you should use that. why do you need yahoo for that?

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

dusoft