Hi friends iam making an android based app in which a user can see the multiple possible paths between two location points means source-to-destination is it possible in android?
Asked
Active
Viewed 3,708 times
1 Answers
3
Yes You can draw multiple path between 2 locations using Google Direction API
as :
Here alternatives=true is property which gives multiple paths . If You set this property as false one route will be provided
You can also refer this https://developers.google.com/maps/documentation/directions/
and also these too : 1) How to Draw Route in Google Maps API V2 from my location
2) Answer : Draw path between two points using Google Maps Android API v2