Is there a "map:" URI prefix to launch map application? (like mailto: or tel:)
dictionary, mailto, tel, uri, url-scheme
Solution
`geo:` is an officially-recognised URI scheme, and `maps:` may be implemented in some clients.
https://en.wikipedia.org/wiki/Geo_URI_scheme
Problem
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:toto@gmail.com">Toto's mail</a> ```