Next: How to get GPS coordinates from a location in Google Maps

How to get GPS coordinates from a location in Google Maps

Very easy,

  1. Open Google maps and search a location
  2. put this string into url of your browser


javascript:void(prompt('',gApplication.getMap().getCenter()));

after if you have the GPS location and you wan retrieve the position into google maps then


http://maps.google.com/maps?f=q&hl=en&geocode=&q=63116&ie=UTF8&ll=38.561304,-90.263672

where
38.561304,
-90.263672


are the value retrieved before