0

I have the address of a location, and I'm trying to find its latitude/longitude from the bing service using javascript or java. How would I do this?

Nightfirecat
  • 11,432
  • 6
  • 35
  • 51
d-man
  • 57,473
  • 85
  • 212
  • 296
  • 2
    That's just geocoding, not reverse-geocoding. See the REST API documentation of Bing Maps to geocode an address - http://msdn.microsoft.com/en-us/library/ff701711.aspx. Using the API requires you to signup (free) for a key. – Anurag Mar 21 '11 at 08:56