interface GeometryObject {
    bbox?: BBox;
    type: GeometryTypes;
}

Hierarchy (View Summary)

Properties

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

Specifies the type of GeoJSON object.