0

我的 Bing 地图服务有点问题。我想在 WPF 应用程序中绘制路线。除非我从 Result 中读取 RoutePath.Points ,否则它一切正常。在字段 Legs 中有所有方向,但在 RoutePath 中没有任何数据。

这很奇怪。有什么问题?

4

1 回答 1

0

我已经弄清楚了问题所在。我需要定义 routerequest 的选项,使 routePath 带有点。

routeRequest.Options = new RouteOptions() { RoutePathType = RoutePathType.Points };

你可以关闭这个话题......

于 2012-06-08T14:16:20.100 回答