MapRoute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示在兩個或多個路徑之間移動的路徑。
public ref class MapRoute 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 MapRoute 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 sealed class MapRoute
Public NotInheritable Class MapRoute
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
當您呼叫 mapRouteFinder 類別
若要在 mapControl
重要
Bing 地圖服務企業版服務淘汰
來自 Windows.Services.Maps 命名空間的 UWP MapControl 和地圖服務依賴 Bing 地圖服務。 Bing Enterprise 地圖服務已被取代,且將會淘汰,此時 MapControl 和服務將不再接收數據。
如需詳細資訊,請參閱 Bing 地圖服務開發人員中心 和 Bing 地圖服務檔。
您的應用程式必須先經過驗證,才能使用 Windows.Services.Maps 命名空間中的 MapControl 和地圖服務。 若要驗證您的應用程式,您必須指定地圖驗證金鑰。
請參閱 要求地圖驗證金鑰。
版本歷程記錄
Windows 版本 | SDK 版本 | 增加值 |
---|---|---|
1703 | 15063 | DurationWithoutTraffic |
1703 | 15063 | TrafficCongestion |
1709 | 16299 | IsScenic |
屬性
BoundingBox |
取得包含路由的周框方塊。 |
DurationWithoutTraffic |
取得在不使用流量的情況下周遊路由所需的估計時間。 |
EstimatedDuration |
取得周遊路由所需的預估時間。 |
HasBlockedRoads |
取得值,這個值表示路線已從「最佳」路線修改,以避免封鎖道路。 |
IsScenic |
取得值,指出 mapRoute |
IsTrafficBased |
取得值,指出 mapRoute |
Legs |
取得與路線相關聯的腿清單。 |
LengthInMeters |
取得以公尺為單位的路線長度。 |
Path |
取得路由的路徑。 |
TrafficCongestion |
取得地圖路線上的交通擁堵層級。 |
ViolatedRestrictions |
取得值,這個值表示路由是否違反任何限制。 |