One link that opens the right maps app, on any device.
There is no universal map link. Android uses geo: intents, iOS and macOS intercept Apple Maps links, while on desktop Google Maps in the browser is the go-to. Pick one format and every other platform breaks โ whether you're sharing via QR code, SMS, email, or chat.
No single URL scheme opens the native maps app everywhere. Building platform detection into each project adds complexity โ often a shareable link is all you need.
One cross-platform map link that opens the right app. Add ?q= with a place name, address, or coordinates โ done. Share it anywhere.
The platform is detected and the visitor is redirected to the native maps app.
Enter a place name or address and hit go.
Or try a plain <a href> link
๐ก Try navigating back afterwards!
Free to use anywhere โ in QR codes, SMS, email, chat, websites, or apps. No sign-up, no API key. A hosted alternative to writing your own platform-specific map link code.
Open source on GitHub โ report issues, suggest features, or contribute.
github.com/ralftar/RBT.Maps