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.
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:
- 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.
- 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.
- 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.8568or33.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