GeoJsonLineString interface

A valid GeoJSON LineString geometry type. Please refer to RFC 7946 for details.

Extends

Properties

type

Inherited Properties

coordinates

Coordinates for the GeoJson LineString geometry.

Property Details

type

type: "LineString"

Property Value

"LineString"

Inherited Property Details

coordinates

Coordinates for the GeoJson LineString geometry.

coordinates: number[][]

Property Value

number[][]

Inherited From GeoJsonLineStringData.coordinates