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

Open map application

$
0
0
public openMapsApp(location: any) {
    if (this.platform.is('android')) {
      window.location.href = 'geo:' + location;
    } else {
      window.location.href = 'maps://maps.apple.com/?q=' + location;
    }
  }

Viewing all articles
Browse latest Browse all 230988

Trending Articles



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