【发布时间】:2019-08-21 14:05:49
【问题描述】:
我的应用中有一个纬度和经度列表,使用 Google 方向 API 或使用任何其他 Google API 是否可以根据时间的最佳路线安排纬度和经度。
在谷歌搜索时,我确实找到了这个 API https://developers.google.com/maps/documentation/directions/start#sample-request
但在这个 API 中,谷歌要求提供原产地和目的地,而不是地理编码列表。有什么方法可以使用地理编码列表来实现这一点。
【问题讨论】:
标签: android google-maps google-directory-api