无法在两个位置之间获取Route详细信息

时间:2015-04-24 09:58:11

标签: c# xaml windows-phone-8.1

我在windows phone 8.1 App中使用Map控件(使用:Windows.UI.Xaml.Controls.Maps)。

对于获取路线,我按照以下链接工作。 https://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn631250.aspx

我已经创建了地图服务ApplicationID和地图服务AuthenticationToken,如下面的链接所述,并在我的应用中设置它。 https://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn741528.aspx

在调试时,控制按照以下行进行,但从不给出任何结果。

MapRouteFinderResult routeResult = await MapRouteFinder.GetDrivingRouteAsync(loGeoPoint1, loGeoPoint2, MapRouteOptimization.Time, MapRouteRestrictions.None);

我已经检查过我正在传递有效的地理位置。并且还设置了有效的地图服务令牌和应用程序ID。

任何人都可以告诉我,我错过了什么?

0 个答案:

没有答案