【发布时间】:2013-05-21 14:34:14
【问题描述】:
大家! 谁能帮我? 我想使用谷歌地图在 android 中制作类似导航器的东西,我需要知道每 xx 公里(从起点到终点)的路线坐标
例如: 从 A 点到 B 点是 1000 公里,我想知道每 200 公里后我的路线上的坐标。
谢谢
【问题讨论】:
标签: android google-maps navigation coordinates routes
大家! 谁能帮我? 我想使用谷歌地图在 android 中制作类似导航器的东西,我需要知道每 xx 公里(从起点到终点)的路线坐标
例如: 从 A 点到 B 点是 1000 公里,我想知道每 200 公里后我的路线上的坐标。
谢谢
【问题讨论】:
标签: android google-maps navigation coordinates routes
上个月我在开发一个应用程序时也需要同样的东西,我能够从this page in the google maps documentation 以及这个答案中得到我想要的东西:Why retrieving Google Directions for Android using KML data is not working anymore? 它为你提供了每一个小转折点的坐标路线。所以如果你只想要每 xx 公里,你就必须想办法忽略很多点。
【讨论】: