Dictionary WP 8.1:如何在路线中添加航路点?

Dictionary WP 8.1:如何在路线中添加航路点?,dictionary,routes,windows-phone-8.1,Dictionary,Routes,Windows Phone 8.1,我是新的windows phone开发人员,我的问题是如何在以下代码中添加航路点: > MapRouteFinderResult routeResult=await MapRouteFinder.GetDrivingRouteAsync(startPoint,endPoint); 我读了所有的文章 但我找不到任何关于如何将航路点添加到路线的信息。我知道我的问题在WindowsPhone8上是可行的,但需要一些查询。 提前谢谢你 最后我在上面的问题中找到了答案,我使用了GetDriving

我是新的windows phone开发人员,我的问题是如何在以下代码中添加航路点:

> MapRouteFinderResult routeResult=await MapRouteFinder.GetDrivingRouteAsync(startPoint,endPoint);
我读了所有的文章 但我找不到任何关于如何将航路点添加到路线的信息。我知道我的问题在WindowsPhone8上是可行的,但需要一些查询。
提前谢谢你

最后我在上面的问题中找到了答案,我使用了
GetDrivingRouteFromWaypointsAsync
方法。以下资料