I'm using JavaScript Google Map API and Google Direction service for my website. I successfully managed to put around 100 waypoints on the Map. Now I want to open this map on a native mobile app Android and iOS if the user opens up the page on a mobile browser.
You can check my example here
I want to open this Map as it is on a native Android and iOS app. To open it up on an Android device, I tried the following intent URI:
geo:latitude,longitude
The above intent URI does not work in my case since there are a lot of waypoints latitude and longitude and above URI can have only one.
Please help me out.
Thanks in advance.