Coordinates from Google maps

  • 0
Google keeps the coordinates, latitude and longitude in one of their API's. You can pull the coordinates of a location by running a short javascript line.

Just put this in the address bar while on google maps
javascript:void(prompt('',gApplication.getMap().getCenter()));

No comments:

Post a Comment