bbox property

List<double>? bbox

An optional bounding box bbox of the GeoJSON object.

It is an array of of double values west, south, east, north represented in the contained geometries. Array contains minimum and maximum values of all axes of all geometries.

Implementation

List<double>? get bbox;