-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi
'geo:' property only for one point but I need multiple points
geo:latitude,longitude
//geoURL='geo:'+originLat+','+originLot+'q='+DestinationLat+','+DestinationLong;
var geoURL='maps://?q='+DestinationLat+','+DestinationLong;
window.open(geoURL,'_blank');
in my app(JS) user click "open with maps navigation" button and I navigate my user current location to selected point(latitude,longitude) but now I need to navigate my user to point A,then point B and finally Point C
how can I handle that?Can I use geo: with multiple points such as
geo:[latitude,longitude;latitude1,longitude1;latitude2,longitude2] how can I fix that problem?are there any alternatives with maps navigation? There is waypoints but it does not work with maps navigation
Metadata
Metadata
Assignees
Labels
No labels