问题
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
来源:https://stackoverflow.com/questions/14398697/how-to-show-multiple-place-route-according-to-best-route-in-google-map-android