interface Polygon {
    bbox?: BBox;
    coordinates: Position[][];
    type: "Polygon";
}

Hierarchy (View Summary)

Properties

bbox?: BBox

Bounding box of the coordinate range of the object's Geometries, Features, or Feature Collections. https://tools.ietf.org/html/rfc7946#section-5

coordinates: Position[][]
type: "Polygon"

Specifies the type of GeoJSON object.