LocateKit

Map utility

Format messy GPS coordinates for Google Maps & Apple Maps

Paste coordinates in any format (DMS, DDM, or raw numbers). The parser automatically validates values, eliminates formatting syntax errors, and provides clean links to launch in your favorite navigation apps.

Accepts DD, DMS, DDM, geocaching notations, or coordinates with mixed punctuation.

Try sample:

Waiting for valid coordinate string…

Ensure you include both Latitude and Longitude. Example formats: 40.7128, -74.0060 or 40° 42' 46" N 74° 00' 21" W.

How to format and paste coordinates into maps without syntax errors

Copying coordinates from rescue alerts, drone logs, real estate contracts, or geocaching boards often leads to frustration. You paste a string like 48°08'55.2"N 17°06'27.9"E into Google Maps or Apple Maps, only to see "No results found" or find yourself stranded in the ocean because the latitude and longitude were accidentally flipped.

This utility acts as a smart bridge between messy real-world strings and navigation apps:

  1. Paste any text string: Whether you have degree symbols (°), prime marks (′), cardinal prefixes (N/S/E/W), or plain numbers, paste them into the box.
  2. Instant mathematical validation: The tool verifies that latitude is within ±90° and longitude is within ±180°. It identifies the coordinate family and computes clean Decimal Degrees.
  3. One-click navigation: Tap Open in Google Maps or Open in Apple Maps to launch the pinpoint immediately, or copy the clean string for your notes.

The three primary GPS coordinate formats explained

Depending on the equipment, software, or publication you are referencing, coordinates are written in one of three standard mathematical notations:

1. Decimal Degrees (DD)

Example: 37.774929, -122.419416 (San Francisco, CA)

Decimal Degrees is the native format of the digital web and modern APIs. It replaces cardinal compass letters with mathematical signs:

  • Positive latitude (+) represents the Northern Hemisphere; negative latitude (-) represents the Southern Hemisphere.
  • Positive longitude (+) represents the Eastern Hemisphere; negative longitude (-) represents the Western Hemisphere.

Because there are no special punctuation marks, this format is the most reliable when sharing pins in messaging apps or entering points into GPS navigation systems.

2. Degrees, Minutes, and Seconds (DMS)

Example: 37° 46' 29.7" N 122° 25' 09.9" W

DMS is the classical sexagesimal format inherited from ancient Babylonian astronomy and marine navigation. One degree equals 60 minutes of arc, and one minute equals 60 seconds of arc.

While intuitive on paper nautical charts, DMS frequently causes typing errors on touch keyboards because people substitute apostrophes, quotation marks, and lowercase letters for proper typographic symbols.

3. Degrees and Decimal Minutes (DDM)

Example: N 37° 46.495' W 122° 25.165'

This hybrid standard keeps degrees whole while expressing the minutes as a decimal. It is the mandatory global convention used in Geocaching, marine GPS units (such as Garmin marine plotters), and search-and-rescue (SAR) aerial operations.

Common mistakes when entering coordinates into map apps

If your mapping application rejects your input, check for these four frequent formatting bugs:

  • Using commas instead of decimal points: In many European countries, a comma is customary for decimal fractions (e.g. 48,1486). Google Maps and Apple Maps expect standard decimal dots (48.1486). A comma should only be used to separate the latitude from the longitude.
  • Reversing negative signs with cardinal letters: Never write -33° 51' S. The minus sign and the letter "S" both mean South. Writing both is a double negative that confuses mapping algorithms. Write either -33.8568 or 33.8568° S.
  • Invalid coordinate bounds: Latitude cannot exceed 90 degrees (the North and South Poles). Longitude cannot exceed 180 degrees (the International Date Line). Entering a latitude of 95.0 will instantly cause an error in any mapping platform.
  • Invisible non-standard spaces: Copying coordinates from PDFs or digital documents often copies hidden non-breaking spaces or zero-width unicode characters that cause silent search failures in mobile browsers.

Need to visually inspect an area around a specific point? Once you have formatted your coordinates, use our Radius Map Tool to draw an accurate straight-line distance circle around that location.

Troubleshooting guide

iPhone shows the wrong location

Separate a wrong Maps dot, an old Find My report, and a bad saved address, with typical accuracy per place.

GPS inspection

View photo location

Extract hidden GPS coordinates and plot photo capture spots on a map.

Map tool

Draw a radius map

Draw a precise distance circle in miles or kilometres and share the link.

Questions and answers

Frequently asked questions about coordinate formatting

How do I enter GPS coordinates into Google Maps?
Google Maps accepts coordinates in three primary formats: Decimal Degrees (e.g. 41.40338, 2.17403), Degrees Minutes Seconds (41°24'12.2"N 2°10'26.5"E), or Degrees and Decimal Minutes (41 24.2028, 2 10.4418). The critical rules are: list latitude before longitude, ensure latitude is between -90 and 90, longitude is between -180 and 180, and use periods for decimal points rather than commas.
Why does Google Maps say "We could not find coordinates"?
Google Maps returns an error if you use commas as decimal separators (e.g. 48,14 instead of 48.14), if you swap latitude and longitude order, or if special characters (like prime or degree symbols) use unrecognised unicode typography. Our formatter sanitizes these issues and outputs a clean string ready for one-click mapping.
What is the difference between DD and DMS?
DD stands for Decimal Degrees (e.g., 40.7128, -74.0060), which uses simple positive or negative decimal numbers where positive denotes North/East and negative denotes South/West. DMS stands for Degrees, Minutes, and Seconds (e.g., 40° 42' 46" N, 74° 0' 22" W), dividing each degree into 60 minutes and each minute into 60 seconds. Modern digital systems prefer DD, while aviation and marine charts traditionally use DMS.
Can this tool parse Geocaching coordinates (DDM)?
Yes. Geocaching commonly uses Degrees and Decimal Minutes (DDM), formatted like N 40° 41.355 W 074° 02.670. The parser automatically detects this format, converts it to standard Decimal Degrees, and generates direct launch links for navigation apps.
How many decimal places are needed for GPS accuracy?
Each decimal place in Decimal Degrees corresponds to a physical distance: 1 decimal place covers ~11 kilometres; 3 decimal places is ~110 metres; 4 decimal places resolves ~11 metres (neighbourhood/property scale); 5 decimal places narrows to 1.1 metres (individual tree or doorway); and 6 decimal places resolves down to 0.11 metres (11 centimetres), which exceeds the capability of standard mobile GPS chips.