HTML5 makes it easy to open a phone app from a phone number in a web page:
<a href="tel:555-555-5555">555-555-5555</a>
I did a basic google search but I didn't find an equivalent simple way to open a map app from an address:
<a href="map:123 Main St Las Vegas, NV 89139">
123 Main St
Las Vegas, NV 89139
</a>
Is there an easy way to what I'm looking to do in modern browsers but I'm just missing it? If not then what would be the simplest approach that people are generally using these days to support this type of functionality?