Share via


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: "FeatureCollection" | "Feature" | "Point" | "GeoJsonGeometry" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeometryCollection" | "GeoJsonObject" | "Boundary"

Property Value

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