MapLocationFinderResult.Locations プロパティ

定義

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

public:
 property IVectorView<MapLocation ^> ^ Locations { IVectorView<MapLocation ^> ^ get(); };
IVectorView<MapLocation> Locations();
public IReadOnlyList<MapLocation> Locations { get; }
var iVectorView = mapLocationFinderResult.locations;
Public ReadOnly Property Locations As IReadOnlyList(Of MapLocation)

プロパティ値

MapLocationFinder クエリによって検出された場所の一覧。 このプロパティは、 MapLocation オブジェクトのコレクションを返します。

適用対象

こちらもご覧ください