Google Maps API and custom polyline route between Markers
I'd like to make a custom route for an android app, I'm not sure which API should I use and if it is compatible with Java. As far as I know I need to use waypoints to make a route (I don't need to know the distance between the two points, just to make a route). The objective is to choose an option from a menu on the side of the map and show one of the custom routes between two Markers. You can do this using the Google Maps API v2 for Android , and the Google Maps Directions webservice API For getting started with the Google Maps API, there are plenty of other good answers already. See here for