次の方法で共有


MapRouteFinderResult クラス

定義

MapRouteFinder クエリの結果を返します。

public ref class MapRouteFinderResult 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 MapRouteFinderResult 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 MapRouteFinderResult
Public NotInheritable Class MapRouteFinderResult
継承
Object Platform::Object IInspectable MapRouteFinderResult
属性

Windows の要件

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

注釈

mapRouteFinderResult は、MapRouteFinder クラスのメソッドを呼び出すと返されます。

大事な

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

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

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

Windows.Services.Maps 名前空間で MapControl とマップ サービスを使用するには、アプリを認証する必要があります。 アプリを認証するには、マップ認証キーを指定する必要があります。

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

プロパティ

AlternateRoutes

同じ始点と終点の間の代替ルートを取得します (使用可能な場合)。

Route

MapRouteFinder クエリによって見つかったルートを取得します。

Status

MapRouteFinder クエリの状態を取得します。

適用対象

こちらもご覧ください