Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MapLocationFinderResult.Locations Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?