共用方式為


MapRouteFinder 類別

定義

取得路由。

public ref class MapRouteFinder abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MapRouteFinder final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class MapRouteFinder
Public Class MapRouteFinder
繼承
Object Platform::Object IInspectable MapRouteFinder
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

重要

Bing 地圖服務企業版服務淘汰

來自 Windows.Services.Maps 命名空間的 UWP MapControl 和地圖服務依賴 Bing 地圖服務。 Bing Enterprise 地圖服務已被取代,且將會淘汰,此時 MapControl 和服務將不再接收數據。

如需詳細資訊,請參閱 Bing 地圖服務開發人員中心Bing 地圖服務檔

您的應用程式必須先經過驗證,才能使用 Windows.Services.Maps 命名空間中的 MapControl 和地圖服務。 若要驗證您的應用程式,您必須指定地圖驗證金鑰。

請參閱 要求地圖驗證金鑰

版本歷程記錄

Windows 版本 SDK 版本 增加值
1703 15063 GetDrivingRouteFromEnhancedWaypointsAsync(IEnumerable<EnhancedWaypoint>)
1703 15063 GetDrivingRouteFromEnhancedWaypointsAsync(IEnumerable<EnhancedWaypoint>,MapRouteDrivingOptions)

方法

GetDrivingRouteAsync(Geopoint, Geopoint)

取得指定開始和結束座標的駕駛路線。

GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteDrivingOptions)

取得指定開始和結束座標的駕駛路線(使用 MapRouteDrivingOptions)。

GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization)

取得指定開始和結束座標的駕駛路線(使用優化)。

GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions)

取得指定開始和結束座標的駕駛路線(使用優化和限制)。

GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions, Double)

取得指定開始和結束座標的駕駛路線(使用優化、限制和標題)。

GetDrivingRouteFromEnhancedWaypointsAsync(IIterable<EnhancedWaypoint>)

取得指定之航點的駕駛路線(使用優化)。

GetDrivingRouteFromEnhancedWaypointsAsync(IIterable<EnhancedWaypoint>, MapRouteDrivingOptions)

取得指定之航點的駕駛路線(使用優化)。

GetDrivingRouteFromWaypointsAsync(IIterable<Geopoint>)

取得指定之航點的駕駛路線(使用優化)。

GetDrivingRouteFromWaypointsAsync(IIterable<Geopoint>, MapRouteOptimization)

取得指定之航點的駕駛路線。

GetDrivingRouteFromWaypointsAsync(IIterable<Geopoint>, MapRouteOptimization, MapRouteRestrictions)

取得指定航點的駕駛路線(使用優化和限制)。

GetDrivingRouteFromWaypointsAsync(IIterable<Geopoint>, MapRouteOptimization, MapRouteRestrictions, Double)

取得指定航點的駕駛路線(使用優化、限制和標題)。

GetWalkingRouteAsync(Geopoint, Geopoint)

使用指定的開始和結束座標取得步行路線。

GetWalkingRouteFromWaypointsAsync(IIterable<Geopoint>)

使用指定的路點取得步行路線。

適用於

另請參閱