次の方法で共有


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

注釈

大事な

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

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

適用対象

こちらもご覧ください