A geo location QR code turns a latitude and longitude into a scannable code. When someone points their phone camera at it, the phone offers to open that exact spot in its maps app — ideal for event venues, meeting points, store locations, trailheads, or property viewings.
How it works
The tool encodes your coordinates as a standard RFC 5870 geo URI of the form:
geo:latitude,longitude
For example, the Royal Observatory in Greenwich becomes geo:51.50722,-0.1275. That string is rendered into a QR code entirely in your browser. The code only appears once both values are valid — latitude between −90 and 90 and longitude between −180 and 180. You can type the coordinates manually or tap “Use my location” to read them from your device, then download the result as PNG or SVG.
Example
To point people to a spot at latitude 40.6892, longitude −74.0445 (the Statue of Liberty):
- Enter
40.6892and-74.0445. - The tool builds the payload
geo:40.6892,-74.0445. - It renders a QR code you can save and print.
Anyone who scans it is offered directions to those exact coordinates.
| Field | Valid range | Example |
|---|---|---|
| Latitude | −90 to 90 | 40.6892 |
| Longitude | −180 to 180 | −74.0445 |
Everything runs in your browser, so your location is never uploaded.