How to show multiple place route according to best

2019-07-31 10:47发布

问题:

I want to show a route between multiple lat long on android.I can show route between two point.But I want to show multiple points route according to best route path in google map.Like this site Click here. I am using android native programming .

Thank in advance..

回答1:

Use the Google Directions API and construct your directions request with waypoints. From the API docs "Waypoints allow you to calculate routes through additional locations."

See - Using Waypoints in Routes