1. Home
  2. Electronics & Gadgets
  3. GPS

How To Get Latitude and Longitude Coordinates from Google Maps

By , About.com Guide

Google Maps Coordinates

How to get location coordinates from Google Maps

Google
Google Maps does not offer a menu option for obtaining the coordinates - latitude and longitude - of a location. However, there are several ways to extract the coordinates, and this how-to covers the two best options. You may also send the coordinates of a location directly from Google Maps to a GPS device, and that is covered in a separate how-to.
Difficulty: Easy
Time Required: 5 minutes

Here's How:

  1. Method one involves the use of a simple snippet of code in your browser's address bar. Go to Google Maps.

  2. Find the location for which you would like to obtain coordinates in Google Maps.
  3. Right click on your chosen location, and select "center map here."
  4. Clear the browser's address bar (not the Google Maps search bar), then copy and paste the snippet of javascript code below into the address bar, and hit "enter."

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

  5. This will activate a small pop-up window that will show the coordinates for the centered location in decimal format. You may copy and paste these coordinates wherever needed.
  6. Method two uses Google Maps' "send to GPS" feature. By the way, if you are trying to export coordinates from Google Maps into a GPS device, see my separate how-to on that topic.

  7. Click on "send" in the upper right of Google Maps, or "send" from the info pop-up box on your chosen location.
  8. Select "e-mail" as the method of sending the location.
  9. The latitude and longitude coordinates will appear in the e-mail send window just after the location's address, and may be copied and pasted wherever needed.
  10. There are other ways of extracting coordinates from Google Maps, but these are the two best methods that don't require add-ons.

Tips:

  1. The FCC offers a good site for converting the various latitude and longitude formats (decimal and minutes/seconds).

What You Need:

  • Google Maps

Explore GPS

About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Electronics & Gadgets
  3. GPS
  4. GPS Basics
  5. How to Get Coordinates from Google Maps>

©2009 About.com, a part of The New York Times Company.

All rights reserved.