GeoJsonObjectOutputParent interface

A valid GeoJSON object. Please refer to RFC 7946 for details.

Properties

bbox

Bounding box. Projection used - EPSG:3857. Please refer to RFC 7946 for details.

type

Property Details

bbox

Bounding box. Projection used - EPSG:3857. Please refer to RFC 7946 for details.

bbox?: number[]

Property Value

number[]

type

type: "Boundary" | "Feature" | "FeatureCollection" | "GeometryCollection" | "GeoJsonGeometry" | "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeoJsonObject"

Property Value

"Boundary" | "Feature" | "FeatureCollection" | "GeometryCollection" | "GeoJsonGeometry" | "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeoJsonObject"