GeoJsonLineString interface

GeoJSON LineString. Reference

Extends

Properties

coordinates

For type "LineString", the "coordinates" member is an array of two or more positions.

type

Representing the type of this GeoJSON object, including the seven geometry type and "Feature", "FeatureCollection". Reference

Inherited Properties

bbox

Include information on the coordinate range for its Geometries, Features, or FeatureCollections. Reference

Property Details

coordinates

For type "LineString", the "coordinates" member is an array of two or more positions.

coordinates: Position[]

Property Value

type

Representing the type of this GeoJSON object, including the seven geometry type and "Feature", "FeatureCollection". Reference

type: "LineString"

Property Value

"LineString"

Inherited Property Details

bbox

Include information on the coordinate range for its Geometries, Features, or FeatureCollections. Reference

bbox?: BBox

Property Value

Inherited From GeoJsonObject.bbox