Share via


PolygonalPath interface

Specify a polygonal path.

Properties

coordinates

The coordinates of the polygonal path. The identical coordinate in the first & last position construct a closed polygon.

options

The options that modify the style of the polygonal path.

Property Details

coordinates

The coordinates of the polygonal path. The identical coordinate in the first & last position construct a closed polygon.

coordinates: LatLon[]

Property Value

LatLon[]

options

The options that modify the style of the polygonal path.

options?: PolygonalPathOptions

Property Value