MapRouteManeuver 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示要沿著路線段路徑採取的動作。
public ref class MapRouteManeuver 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 MapRouteManeuver 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 MapRouteManeuver
Public NotInheritable Class MapRouteManeuver
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
MapRouteManeuver 物件的集合會透過 MapRouteLeg 物件的 Maneuvers 属性傳回。 MapRouteLeg 物件的集合會透過 MapRoute 物件的 Legs 属性傳回。 當您呼叫 MapRouteFinder 類別之
重要
Bing 地圖服務企業版服務淘汰
來自 Windows.Services.Maps 命名空間的 UWP MapControl 和地圖服務依賴 Bing 地圖服務。 Bing Enterprise 地圖服務已被取代,且將會淘汰,此時 MapControl 和服務將不再接收數據。
如需詳細資訊,請參閱 Bing 地圖服務開發人員中心 和 Bing 地圖服務檔。
您的應用程式必須先經過驗證,才能使用 Windows.Services.Maps 命名空間中的 MapControl 和地圖服務。 若要驗證您的應用程式,您必須指定地圖驗證金鑰。
請參閱 要求地圖驗證金鑰。
版本歷程記錄
Windows 版本 | SDK 版本 | 增加值 |
---|---|---|
1703 | 15063 | 警告 |
屬性
EndHeading |
取得值,指出動作結尾處的標題,其中 0 或 360 = North、90 = East、180 = South 和 270 = West。 |
ExitNumber |
取得路由動作的結束編號。 |
InstructionText |
取得與動作相關聯的指令文字。 |
Kind |
取得動作的類型。 |
LengthInMeters |
取得下一次機動開始的公尺距離。 |
ManeuverNotices |
取得與動作相關聯的其他資訊。 |
StartHeading |
取得值,指出以度為單位的動作開頭的標題,其中 0 或 360 = North、90 = East、180 = South 和 270 = West。 |
StartingPoint |
取得動作開始的位置。 |
StreetName |
取得 InstructionText中指定的街道名稱,如果有的話。 |
Warnings |
取得沿著路線段的潛在問題清單。 |