I need to show a route from point A to point B on my android app using google maps. Currently my app just showing distance and travel time from DistanceMatrix API. Now I want to visually show the whole route on the map.
The question is should I use both DistanceMatrix for calculating distance/travel time AND Directions API for getting the route details to show? Or maybe Directions API is enough for both tasks? I have read some articles (i.e. Why Google direction and distance matrix API show different results for source and destination value) that both APIs return different distance results...