Search code examples
dictionaryurimailtourl-schemetel

Is there a "map:" URI prefix to launch map application? (like mailto: or tel:)


Is there such prefix for launching map application on phones,

<a href="map:21st,High Street, London">Toto's home</a>

like can do

<a href="mailto:[email protected]">Toto's mail</a>

Solution

  • geo: is an officially-recognised URI scheme, and maps: may be implemented in some clients.

    https://en.wikipedia.org/wiki/Geo_URI_scheme