Polygon interface

A valid GeoJSON Polygon geometry type. Please refer to RFC 7946 for details.

Properties

coordinates

Coordinates for the Polygon geometry type.

type

Polymorphic Discriminator

Property Details

coordinates

Coordinates for the Polygon geometry type.

coordinates: number[][][]

Property Value

number[][][]

type

Polymorphic Discriminator

type: "Polygon"

Property Value

"Polygon"