Location QR Code Generator
Turn GPS coordinates into a scannable location QR code. Enter latitude and longitude to create a geo: or Google Maps QR that opens the spot in any maps app.
Updated 2026-06-14 · Free · No sign-up · Runs privately in your browser
How it works
The geo: option builds an RFC 5870 URI like geo:37.7749,-122.4194, which most phones open directly in their default maps app.
The Google Maps option encodes a maps.google.com link, which works even on devices that ignore geo: links. Right-click the QR to save it.
How the Location QR Code Generator Works
This tool turns GPS coordinates into a scannable QR code. Enter a latitude and longitude, pick the geo: or Google Maps format, and it encodes a link that opens that exact location in the scanner’s maps app. Everything runs in your browser.
The Location Formats
You can encode the location two ways:
geo URI (RFC 5870):
geo:<lat>,<lon>Google Maps URL:https://maps.google.com/?q=<lat>,<lon>
The geo URI is the open standard that phones open directly in their default maps app, while the Google Maps URL is a universal web link that opens on virtually any device.
Worked Example
For the coordinates 37.7749, -122.4194 (San Francisco):
- geo format →
geo:37.7749,-122.4194 - Google Maps format →
https://maps.google.com/?q=37.7749,-122.4194
Both are run through a standard QR encoder with Reed-Solomon error correction and an automatically chosen mask, producing a code that scans on the first try.
Reading Coordinates Correctly
| Value | Range | Sign |
|---|---|---|
| Latitude | −90 to 90 | + north, − south |
| Longitude | −180 to 180 | + east, − west |
Always keep latitude first and longitude second, and include the minus sign for southern and western locations.
Where to Use Location QR Codes
- Event invitations — let guests navigate to the venue in one scan.
- Shopfronts and signage — point customers to your front door.
- Real estate listings — link a printed flyer to the property’s map pin.
- Field notes — save and share a precise GPS spot.
Frequently asked questions
How do I make a QR code for a location?+
Enter the latitude and longitude of the place and choose a format. The tool builds a geo: link or a Google Maps URL and encodes it as a QR code. Scanning it opens that exact spot in the phone's maps app.
Where do I find the latitude and longitude?+
Open Google Maps, right-click the spot (or long-press on mobile) and the coordinates appear at the top, like 37.7749, -122.4194. Copy the first number into latitude and the second into longitude in this tool.
What is the difference between the geo: and Google Maps formats?+
A geo: link follows the RFC 5870 standard and most phones open it directly in their default maps app. A Google Maps URL is a normal web link that works everywhere, even on devices that do not handle geo: links.
Will the QR code work on iPhone and Android?+
Yes. Android opens geo: links natively, and both platforms open the Google Maps URL format. If a device does not support geo:, switch the format to Google Maps URL for the widest compatibility.
Can I add a name or label to the location?+
Yes. Type a label such as your shop name and it is added to the link so the maps app can show a named pin. Leave it blank to drop a plain marker at the coordinates only.