Skip to content
SmallQRCode

How to Create a Google Maps QR Code (Location QR Codes)

4 min read · updated 2026-09-07

A location QR code opens a map when scanned — pin included. For anything that's hard to find (the right entrance, the parking lot, the third-floor studio, the trailhead), it beats a street address, because you can point at the exact spot instead of the building's postal fiction.

Here's how to make one, and the small detail — coordinates versus place search — that decides whether it works beautifully or approximately.

The two approaches

1. Coordinates (what our location QR code generator makes). The code contains a geo: URI with latitude and longitude. Scanning opens the phone's default maps app — Google Maps on most Androids, Apple Maps on iPhones — with a pin at those exact coordinates. No account, no link, no service in the middle; the position is in the code itself.

2. A place link. You share a place in Google Maps and encode the (long) link with a URL QR code. This opens Google Maps specifically, with the place card — photos, opening hours, reviews. The trade-offs: the URL is long (denser code), it opens Google Maps even for Apple Maps users, and it depends on Google keeping the link format working.

Rule of thumb: coordinates for precision and permanence; a place link when the place's Google listing (reviews, hours) is the point.

How to get exact coordinates from Google Maps

Thirty seconds, on desktop or phone:

  1. Open Google Maps and find your location
  2. Right-click (long-press on mobile) the exact spot you want the pin — the entrance, the parking, the door
  3. A small card pops up; the coordinates are the first line — they're copied to your clipboard automatically on desktop
  4. Paste into the location generator: the first number is latitude, the second is longitude

That right-click trick is the whole skill. Note that it lets you pin the north entrance rather than "somewhere at this address" — which is exactly what location codes are for.

Step by step

  1. Get your coordinates as above
  2. Open the location QR code generator
  3. Paste latitude and longitude into the two fields
  4. Download PNG or SVG

Valid ranges if you're entering manually: latitude −90 to 90, longitude −180 to 180. Five decimal places (roughly a meter of precision) is plenty; three (≈100 m) is fine for large venues.

What scanners experience

  • Android: maps app opens (usually Google Maps) with a pin at the coordinates
  • iPhone: Apple Maps opens with the pin; some scanner apps offer a choice of apps
  • Desktop: Google Maps in the browser, typically

The code respects the scanner's own maps app rather than forcing one — that's the point of the neutral geo: format.

Precision tips that matter in the real world

  • Verify by standing there. Generate the code, scan it, and check that the pin lands where people should actually walk. Satellite imagery offsets and coordinate typos are embarrassingly common
  • Think about arrival, not the rooftop. Pin the entrance, the parking entrance, or the dock — wherever you want feet to end up
  • For multi-entrance venues (stadiums, campuses), one code per entrance beats one code for the whole site. Label them: "North entrance", "Parking P2"
  • Decimal places: more precision is free in the code — but precision you haven't verified is worse than a rough pin you have

Where location QR codes shine

  • Storefront windows — "find us" for pedestrians who didn't clock the door
  • Vacation rentals — check-in instructions with the exact driveway, not "the blue house, sort of"
  • Event venues and wedding locations — reception hall entrances are famously unfindable
  • Real estate signage — the listing pin, plus the property's contact QR next to it
  • Trailheads, climbing spots, geocaches — anywhere without an address
  • Delivery and logistics — dock locations described in coordinates rather than paragraphs

For anything printed outdoors, check the QR code size guide — scanning distance rules apply double when someone is walking past a sign.

Troubleshooting

The pin lands in the wrong place. Almost always a transcription error — latitude and longitude swapped, or a missing minus sign. Note that negative latitudes are south of the equator, negative longitudes are west of Paris. Regenerate with coordinates copied directly from the Google Maps right-click card.

Nothing happens when scanned. Very old phones handle geo: poorly; also check that a maps app is installed and enabled. If the audience is broad, pairing the code with a printed short URL is a decent fallback.

I want a satellite/street view link specifically. That's the place-link approach — share the exact view in Google Maps and encode that URL with the URL QR code generator.

Related reading