Location QR Code Generator
Turn map coordinates into a QR code that opens the exact spot in someone's map app.
In Google Maps, right-click the exact spot and click the coordinates to copy them.
Logo (optional)
PNG, JPG or WebP. SVG is not accepted, since SVG files can carry scripts. Your image is never uploaded — it is composited in your browser.
Appearance
#000000
#ffffff
Vector — scales to any size with no quality loss.
What It Does
This tool encodes a latitude and longitude as a geo: URI — the standard, provider-neutral way to express a point on the earth. Scanning it opens whichever map app the person prefers, centred on that exact spot, which is a meaningfully different thing from a postal address: coordinates find a field gate, a trailhead or a specific entrance that no address can describe.
When to Use It
- You are directing people to a site with no useful street address — a festival gate, a wedding in a field, a trailhead.
- Your building has several entrances and you want deliveries at the right one rather than the one the postcode picks.
- You are marking a meeting point in a large space like a car park, a campus or a park.
- You are producing a walking route or a heritage trail and want a code per stop.
Worked Examples
51.5074, -0.1278
Four decimal places, which resolves to roughly 11 metres — enough to distinguish one building from the next. Note how compact the resulting code is.
Latitude and longitude swapped
Encodes without complaint because both numbers are individually in range — it just points at a spot in the wrong hemisphere. A first number above 90 is the giveaway the range check does catch.
Latitude out of range
Latitude only runs from -90 to 90, so this is rejected outright. It is the shape a swapped pair takes when the longitude is large.
Common Mistakes
- Swapping latitude and longitude. It is the most common coordinate error and the result is a valid-looking point somewhere entirely wrong — latitude runs from -90 to 90, longitude from -180 to 180, so a first number above 90 is always the giveaway. This tool range-checks both.
- Mixing coordinate formats. Degrees-minutes-seconds pasted into a decimal field produces nonsense. Convert to decimal degrees first — Google Maps gives you decimals if you right-click a point and click the coordinates.
- Cutting the decimal places short. Four decimal places is roughly 11 metres and five is about a metre; rounding to two puts you a kilometre away, which matters a great deal when the whole point is finding a specific gate.
- Using coordinates when an address would serve better. If the destination is an ordinary building on a named street, a maps link with the address is easier for people to sanity-check than a pair of numbers they cannot verify by eye.
Features
How to Use
1. Get decimal coordinates — in Google Maps, right-click the exact spot and click the numbers to copy them. 2. Paste latitude in the first field and longitude in the second, keeping at least four decimal places. 3. Check the analysis raises no range warnings. 4. Download as SVG or PDF for signage, PNG for screens.
Frequently Asked Questions
Embed this Location QR Code Generator
Paste this snippet into your site to embed the tool.
Related Tools
Everything runs in your browser. Nothing you type here is uploaded to our servers, and no code you make is stored or tracked. Brand marks in the logo library identify third-party platforms and remain the trademarks of their respective owners; you are responsible for having permission to use them. Always test a printed code with a real phone, at the distance people will actually stand, before committing to a print run.