Is there a way to get a city name from a latitude and longitude point using the google maps api for javascript?
If so could I please see an example?
Here is the latest sample of Google's geocode Web Service
https://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&key=YOUR_API_KEY
Simply change the YOUR_API_KEY to the API key you get from Google Geocoding API
YOUR_API_KEY
P/S: Geocoding API is under Places NOT Maps ;)