Bing 地图获取落在该路线上预定义距离间隔的位置的路线路径坐标

Bing Maps get routepath coordinates of locations that fall on that route on a predefined distance interval

当我们请求这个 url http://dev.virtualearth.net/REST/V1/Routes/Driving?wp.0=Minneapolis,MN&wp.1=St%20Paul,MN&optmz=distance&routeAttributes=routePath&key=BingMapsKey 它会给出一个 JSON 响应,其中包括 routePath 坐标但它们不是常规的 interval.Is 可以得到坐标以固定距离间隔落在路线上的位置?

没有让路线路径坐标以固定间隔展开的选项。请注意,如果这样做,路由响应要么大得多,要么准确度低得多。请注意,沿着 route/line 计算坐标并不过分困难。我在刚才创建的路径动画模块中有一个很好的例子来说明如何做到这一点:http://bingmapsv7modules.codeplex.com/SourceControl/latest#BMv7Plugins/BMv7.AnimationModule/js/AnimationModule.js