Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

How to open default map app?

$
0
0

In addition to the answers given, if you had an address string rather than lat-longs, you would use for iOS:

function launchDirections(address) {
window.location.href = "maps://maps.apple.com/?daddr=" + address;
}

where address would be a string like: "24 Spring Street, New York, NY"


Viewing all articles
Browse latest Browse all 228595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>