ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps.GeoJson Namespace / LineString Class / Positions Property

In This Topic
    Positions Property (LineString)
    In This Topic
    Gets the positions of the GeoJSON LineString object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Positions As System.Collections.Generic.List(Of Position)
    public System.Collections.Generic.List<Position> Positions {get;}
    Remarks
    The positions is a collection of two or more Position.

    A LinearRing is closed LineString with 4 or more positions. The first and last positions are equivalent (they represent equivalent points).

    See Also