Share via


GeoJsonGeometryOutputParent interface

A valid GeoJSON geometry object. The type must be one of the seven valid GeoJSON geometry types - Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon and GeometryCollection. Please refer to RFC 7946 for details.

Extends

Properties

type

Inherited Properties

bbox

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

Property Details

type

type: "Point" | "GeoJsonGeometry" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeometryCollection"

Property Value

"Point" | "GeoJsonGeometry" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeometryCollection"

Inherited Property Details

bbox

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

bbox?: number[]

Property Value

number[]

Inherited From GeoJsonObjectOutputParent.bbox