Geopath.Positions Property

Definition

Gets the collection of geographic points that define the Geopath.

public:
 property IVectorView<BasicGeoposition> ^ Positions { IVectorView<BasicGeoposition> ^ get(); };
IVectorView<BasicGeoposition> Positions();
public IReadOnlyList<BasicGeoposition> Positions { get; }
var iVectorView = geopath.positions;
Public ReadOnly Property Positions As IReadOnlyList(Of BasicGeoposition)

Property Value

The collection of geographic points that define the Geopath.

Windows requirements

App capabilities
location

Applies to