maps.rbt.no

One link that opens the right maps app, on any device.

๐Ÿคฏ The problem

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.

๐Ÿ”— The fix

One cross-platform map link that opens the right app. Add ?q= with a place name, address, or coordinates โ€” done. Share it anywhere.

maps.rbt.no/?q=Hornindalsvatnet

โš™๏ธ How it works

The platform is detected and the visitor is redirected to the native maps app.

Android โ€” native maps app
iOS / macOS โ€” Apple Maps
Windows / Linux โ€” Google Maps web
In-app โ€” tries native, falls back to web

๐Ÿงช Try it

Enter a place name or address and hit go.

๐Ÿ’ก Try navigating back afterwards!

๐Ÿš€ Use it

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