Geo Location QR Code Generator
Create a QR code with latitude and longitude โ scanning opens the location in Google Maps or Apple Maps.
Last updated: April 2026 ยท Runs in your browser ยท No sign-up
Quick answer: Enter coordinates (or click the map). The QR opens the location in whichever maps app the scanner prefers.
Useful placements
- Wedding invitations โ scan to get directions to the venue.
- Hiking trail markers pointing to the next waypoint.
- Real estate signs โ prospective buyers jump straight to the map.
- Event posters where the address is long or hard to spell.
Frequently Asked Questions
What's the URI scheme?
geo:lat,lng โ the standard geographic URI scheme (RFC 5870). iOS Maps, Android Google Maps and most third-party map apps respect it.
Can I include a zoom level or label?
Yes. geo:lat,lng?z=15 sets zoom; ;crs=wgs84;u=5 can add coordinate system and uncertainty. Not all apps render the label field.
Where do I get the coordinates?
Right-click a point in Google Maps โ the first line of the popup is the decimal lat,lng. Or use What3Words / OpenStreetMap lookup.
How precise is decimal degrees?
4 decimals โ 11 m, 5 decimals โ 1.1 m, 6 decimals โ 11 cm. Five decimals is plenty for meeting-point accuracy.