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 オブジェクトのマヌーバ プロパティを通じて返されます。 MapRouteLeg オブジェクトのコレクションは、MapRoute オブジェクトの Legs プロパティを通じて返されます。 MapRouteFinder クラスのメソッドを呼び出すと、MapRouteFinderResultRoute プロパティを介して MapRoute オブジェクトが返されます。

MapControlWindows.Services.Maps 名前空間のマップ サービスを ユニバーサル Windows アプリ で使うには、そのアプリを認証する必要があります。 アプリを認証するには、マップ認証キーを指定する必要があります。

マップ認証キーを要求する」を参照してください。

バージョン履歴

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

ルート レッグに沿った潜在的な問題の一覧を取得します。

適用対象

こちらもご覧ください