ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps.GeoJson Namespace / Position Class / Position Constructor / Position Constructor(PointD)
The C1.Web.Wijmo.Controls.C1Maps.PointD object which represents the longitude and latitude coordinates.

In This Topic
    Position Constructor(PointD)
    In This Topic
    Initializes a new instance of Position object from C1.Web.Wijmo.Controls.C1Maps.PointD.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal point As PointD _
    )
    public Position( 
       PointD point
    )

    Parameters

    point
    The C1.Web.Wijmo.Controls.C1Maps.PointD object which represents the longitude and latitude coordinates.
    See Also