跳到主要内容

flywave-draw-controls.pointobject._constructor_

Home > @flywave/flywave-draw-controls > PointObject > (constructor)

PointObject.(constructor)

Constructs a new instance of the PointObject class

Signature:

constructor(mapView: MapView, position: GeoCoordinates, isVertex?: boolean, id?: string);

Parameters

Parameter

Type

Description

mapView

MapView

position

GeoCoordinates

isVertex

boolean

(Optional)

id

string

(Optional)