MapLocationFinderResult クラス

定義

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

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

Windows の要件

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

注釈

MapLocationFinder クラスのメソッドを呼び出すと、 MapLocationFinderResult が返されます。

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

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

プロパティ

Locations

MapLocationFinder クエリによって検出された場所の一覧を取得します。

Status

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

適用対象

こちらもご覧ください