cordova-plugin-directions
cordova-plugin-directions copied to clipboard
Cordova / PhoneGap Map Directions Plugin for Apache Cordova >= 3.0.0
Would you like this PR? It adds Google Maps support, such that _if_ Google Maps is installed on the device it will use that in preference of Apple Maps. (the...
Hi, Maybe i am not implementing it the right way, i have managed to install the plugin as guided. I can show the map and pins on the screen but...
this plugin works good on android but in ios version it opens another app(apple maps) for routing/navigation. if I need to open navigation in same application i mean without open...
can we use source and destination by lat long.? like in directions.navigateTo("21.182759", "72.826347"); is to lat long. can we do that like directions.navigate("source","destination) like this ?