Last Updated: February 25, 2016
·
1.621K
· teddy

Get Latitude and Longitude from Google Maps

To return the geo-location of a given address from Google Maps, simply type

gApplication.getMap().getCenter().toString()

into the console when viewing a map. The result will be the coordinates of the center of the map, with great precision, in the form of "(latitude, longitude)"