I am working on a web-based application and I want to read in GPS coordinates provided by the user's browser and output a specific location such as the name of a city or other locality.<p>Thanks for any tips.
Try using Google maps reverse geocoding
<a href="https://developers.google.com/maps/documentation/geocoding/#ReverseGeocoding" rel="nofollow">https://developers.google.com/maps/documentation/geocoding/#...</a>