GeoJsonPointOutput interface
A valid GeoJSON Point geometry type. Please refer to RFC 7946 for details.
Properties
| type |
Inherited Properties
| bbox | Bounding box. Projection used - EPSG:3857. Please refer to RFC 7946 for details. |
| coordinates | A |
Property Details
type
type: "Point"
Property Value
"Point"
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
A Position is an array of numbers with two or more elements. The first two elements are longitude and latitude, precisely in that order. Altitude/Elevation is an optional third element. Please refer to RFC 7946 for details.
coordinates: number[]
Property Value
number[]
Inherited From GeoJsonPointDataOutput.coordinates