-2

Is there any tutorial on how can I get latitude and longitude whenever a user click a specific place in the maps? Thanks! I'm using Google Maps.

jeypijeypi
  • 373
  • 1
  • 4
  • 12
  • See this [post for a way to get it using the Google Maps API v3](http://stackoverflow.com/questions/5571641/latitude-longitude-grabber) – geocodezip Aug 22 '12 at 04:08

1 Answers1

1

The following example will shows exactly how to generate lat and long on mouse events

Get lattitude and longitude onmouseover and onclick event in google map

Conrad Lotz
  • 8,200
  • 3
  • 23
  • 27