How to get GPS coordinates from GoogleMap
- Go to google map : http://maps.google.com/maps
- Make the search you want
- In the url bar, type this snippet :
javascript:void(prompt('',gApplication.getMap().getCenter()));
Avtually the previous code snippet will be executed on the googlePage and will poped up a dialog containing the center of the GoogleMap coordinate






