How to create a location QR code
- Choose Address (easier, works for any business Google knows) or Coordinates (precise, for remote spots).
- Fill in the address or latitude/longitude.
- Download as PNG or SVG. When scanned, the phone opens Google Maps at your location.
How it works
The QR encodes a Google Maps search URL: https://www.google.com/maps/search/?api=1&query=<location>. This is Google's official cross-platform URL scheme — it works on iPhone, Android, desktop browsers, and any device with a web browser.
On iPhone without Google Maps installed, the URL opens in Safari which shows the location and offers an "Open in Maps" prompt. On Android, it opens directly in the user's default map app.
Where a location QR shines
- Event invitations — weddings, parties, conferences. Instead of copy-pasting a Google Maps link, print the QR.
- Storefront flyers and posters — "Find us" with one scan; no typing.
- Delivery vans and boxes — customers scan to trace back to the shop.
- Real estate for-sale signs — scan for open-house directions.
- Trailheads and outdoor events — use coordinates for spots without a mailing address.
- Business cards — "Where to find us" goes on the back.
Coordinates format
Use decimal degrees separated by a comma. Negative for South and West:
- Googleplex:
37.4220,-122.0841 - Eiffel Tower:
48.8584,2.2945 - Sydney Opera House:
-33.8568,151.2153
Up to 6 decimal places is useful (~10 cm precision). 4 places is usually plenty (~11 m).
FAQ
Does this use Google Maps only, or does it work with Apple Maps too?
The URL opens Google Maps. On iPhone without Google Maps installed, the URL opens in Safari which gracefully offers to open in Apple Maps. For an Apple Maps-first flow, paste a https://maps.apple.com/?address=... URL into the main generator instead — but note that Android can't open Apple Maps URLs.
Does the scanner need an internet connection?
Yes — the scan opens a web URL that needs data to resolve. For an offline-friendly QR, use a geo: URI, though compatibility is spottier (older Android only).
Can I use this for a business that's not on Google Maps yet?
Use Coordinates mode. Google Maps will show a pin at the exact lat/lng regardless of whether the address is indexed.
Can I add styling or a logo?
Yes — use the main generator. Paste your https://www.google.com/maps/search/?... URL and customize.
Can I print this on a sign or poster?
Yes. Download SVG for infinite-resolution prints. Keep a white border around the code so scanners can find it.