Zero Signup ToolsFree browser tools

Generator Tools

Google Maps Link Generator

Build shareable Google Maps URLs for places, coordinates, directions, Street View, iframe embeds, and geo: URIs. No API key, no signup.

Link type

Pick the kind of Google Maps URL you need. Every link uses Google's public URL spec, so no API key is required.

Search a place

Anything Google Maps can search: a business name, full address, plus code, place ID, or landmark name.

Generated link

Tips and reference

  • Place vs coordinates. Place names are friendlier for sharing but depend on what Google Maps can resolve. Coordinates always render the pin in the exact spot, ideal for hiking trailheads or rural locations.
  • Universal URLs. The /maps/search, /maps/dir, and /maps/@ forms used here are the cross-platform endpoints Google documents for universal sharing. They open the Google Maps app when one is installed and fall back to the website otherwise.
  • Iframe embeds without an API key. The ?output=embed variant is intended for casual embedding (a contact page, a shop's footer). For high-volume embeds, marker styling, or interactive overlays, switch to the Maps Embed API and bring your own key.
  • geo: URIs for accessibility. geo: URIs are great in vCards, QR codes, and signage because they respect the user's preferred map app, including options beyond Google Maps.
  • Everything runs locally. No place name, address, or coordinate is uploaded anywhere by this tool. The browser builds the URL and the live iframe load (Embed mode only) is a direct request from your device to Google.

How to use

  1. Pick the link type at the top: Search, Directions, Street View, Embed iframe, or geo: URI.
  2. Fill in the fields for the selected mode. Searches accept a place name or a latitude and longitude pair; Directions accepts an optional origin, a destination, a travel mode, and optional waypoints (one per line or semicolon-separated).
  3. For Embed, set the width and height (pixels or 100%) and an accessible title, then check the live in-page preview before you copy the iframe HTML.
  4. Click Open in Google Maps to verify the URL renders the expected place or route, or Copy URL to copy the link as-is.
  5. Use the HTML anchor and Markdown snippets to drop the link into a CMS, README, transactional email, or vCard. Toggle the new tab and nofollow options to match your site's link policy.

About this tool

Google Maps Link Generator builds shareable Google Maps URLs entirely in your browser, with no API key, no signup, and no account. Five link types cover the situations that show up on real contact pages, business directories, vCards, event invites, and hiking notes. Search produces a /maps/search/?api=1&query=... URL that opens Google Maps on a place name, full address, plus code, or raw latitude and longitude; an optional label is appended when sharing coordinates so the pin in Maps shows a friendly name instead of a number pair. Directions produces a /maps/dir/?api=1 URL with destination plus an optional origin (leave blank to start from the user's current location), a travel mode (driving, walking, bicycling, transit, or two-wheeler), and up to nine waypoints joined with the documented pipe separator. Street View produces a /maps/@?api=1&map_action=pano viewpoint URL with optional heading (0 to 360 degrees), pitch (-90 to 90), and field of view (10 to 100) so a real-estate listing or museum guide can land visitors on the exact panorama and angle that show the building. Embed produces a /maps?q=...&output=embed iframe variant which works in any static page without an API key, with a live in-page preview, configurable width and height (pixels or 100%), an accessible iframe title, and a ready-to-paste lazy-loaded HTML snippet. geo: URI produces an RFC 5870 geo: URI with optional zoom and label that opens the user's preferred map app on Android, iOS, and most desktop platforms (Google Maps, Apple Maps, OpenStreetMap clients, and others), which is ideal for vCards, QR codes, and printed signage that should respect user choice. Every URL is constructed using URLSearchParams and encodeURIComponent so commas, spaces, emojis, and non-ASCII place names survive the round trip; latitude is validated against -90 to 90 and longitude against -180 to 180. The Open in Google Maps button uses target="_blank" with rel="noopener noreferrer" so the new tab cannot reach back into this page. HTML anchor and Markdown snippets are also produced for the non-embed link types, with optional nofollow and new-tab toggles, so the link can be dropped into a CMS, README, or transactional email without rewriting. All construction runs locally on your device, so the addresses, coordinates, and labels you type here are never uploaded to a server.

Free to use. Works in your browser. No signup, no login.

Related tools

You may also like

All tools
All toolsGenerator Tools