GeoJsonMultiPointOutput interface

A valid GeoJSON MultiPoint geometry type. 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.

coordinates

Coordinates for the GeoJson MultiPoint geometry.

Property Details

type

type: "MultiPoint"

Property Value

"MultiPoint"

Inherited Property Details

bbox

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

bbox?: number[]

Property Value

number[]

Inherited From GeoJsonGeometryOutputParent.bbox

coordinates

Coordinates for the GeoJson MultiPoint geometry.

coordinates: number[][]

Property Value

number[][]

Inherited From GeoJsonMultiPointDataOutput.coordinates