次の方法で共有


MapRouteManeuver クラス

定義

ルート 区間のパスに沿って実行されるアクションを表します。

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
継承
Object Platform::Object IInspectable MapRouteManeuver
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

MapRouteManeuver オブジェクトのコレクションは、MapRouteLeg オブジェクトの Maneuvers プロパティを介して返されます。 MapRouteLeg オブジェクトのコレクションは、MapRoute オブジェクトの Legs プロパティを介して返されます。 MapRoute オブジェクトは、MapRouteFinder クラスのメソッドを呼び出すときに、MapRouteFinderResultRoute プロパティを介して返されます。

大事な

Bing Maps for Enterprise サービス提供終了

Windows.Services.Maps 名前空間からの UWP MapControl およびマップ サービスは、Bing Maps に依存します。 Bing Maps for Enterprise は非推奨となり、廃止されます。その時点で、MapControl とサービスはデータを受信しなくなります。

詳細については、Bing Maps デベロッパー センターのBing Maps のドキュメントを参照してください。

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 = 北、90 = 東、180 = 南、270 = 西です。

StartingPoint

操縦が開始される場所を取得します。

StreetName

InstructionTextで指定された番地を取得します (使用可能な場合)。

Warnings

ルート レッグに沿って発生する可能性のある問題の一覧を取得します。

適用対象

こちらもご覧ください