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 で導入)

注釈

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

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

バージョン履歴

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>)

指定したウェイポイントを使用して歩行ルートを取得します。

適用対象

こちらもご覧ください