MapLocationFinderResult.Locations Property

Definition

Gets the list of locations found by a MapLocationFinder query.

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)

Property Value

The list of locations found by a MapLocationFinder query. This property returns a collection of MapLocation objects.

Applies to

See also