GeoJsonMultiLineStringOutput interface
A valid GeoJSON MultiLineString
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 | Coordinates for the |
Property Details
type
type: "MultiLineString"
Property Value
"MultiLineString"
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 MultiLineString
geometry.
coordinates: number[][][]
Property Value
number[][][]
Inherited From GeoJsonMultiLineStringDataOutput.coordinates