GpsGuessr
← All articles

How to Read Latitude and Longitude on a Map

Practical guide · step by step

Reading coordinates off a map is a five-step routine: orient yourself with the reference lines, read the north–south band, read the east–west band, interpolate between gridlines, and write it latitude-first. Do it a few times and it becomes automatic.

New to the terms? Start with latitude and longitude explained, then come back here for the method.

Step 1 — Find the reference lines

Two lines anchor the whole grid:

Everything you read is "north or south of the Equator" and "east or west of the Prime Meridian."

Step 2 — Read the latitude (north–south)

Look at how far your point sits above or below the Equator. Use the labelled horizontal gridlines as rulers. Above the Equator is positive (North); below is negative (South). A point roughly level with the middle of North Africa or the southern United States sits near +30°; one near the top of the map (southern Scandinavia) is up around +60°.

Step 3 — Read the longitude (east–west)

Now measure left/right from the Prime Meridian. To the right is positive (East); to the left is negative (West). The Americas are negative longitudes; most of Asia is positive. If the point is halfway across the Atlantic it's around -30°; over central Asia it's up near +90°.

Step 4 — Interpolate between gridlines

The precision comes from estimating the fraction between the two nearest gridlines. If your point is a third of the way from the 40° line toward the 50° line, call it ~43°. You don't need to be exact — you need to be close.

Watch the projection. On the common equirectangular (flat) map, latitude and longitude are evenly spaced, so interpolation is linear and easy. On a Mercator map the spacing stretches toward the poles, so high-latitude places look bigger than they are — mentally compress your estimate up there.

Step 5 — Write it correctly

Latitude first, longitude second, with signs. New York City, for instance, is about 40.7, -74.0 — 40.7° North, 74.0° West. Keep the order consistent and you'll never flip a coordinate into the wrong hemisphere.

Practice makes it instant

The fastest way to internalise this is repetition with feedback. That's precisely what GpsGuessr gives you: it drops a pin, you read the grid and enter the coordinates, and it shows you exactly how far off you were — round after round.

Practise on a live map →

Play GpsGuessr · More articles