Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

Is it possible to launch android native map and IOS native map on a click event.

I have the lat and lon but I want to display it in native google map and native ios map. I cant get it to work with ios.

i tried the other posts but there all OLD and dont work.

Here is my code that works in android

window.open("geo:0,0?q=" + localStorage.getItem('companymapped'), '_system');

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Is it possible to launch android native map and IOS native map on a click event.

Hi Vinny -

Apple Maps uses different arguments syntax comparing to Google Maps, please check this approach described here: http://stackoverflow.com/questions/21...

Return to “Issues”