Given a latitude/longitude, how can I get the name of the place at that location using Google Map's JS API?
The Geocoder.geocode(..)
seems to be the way to go, but am not sure what's the best way to get the exact location name out of the API results.