LineString interface

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

Properties

coordinates

Coordinates for the LineString geometry.

type

Polymorphic Discriminator

Property Details

coordinates

Coordinates for the LineString geometry.

coordinates: number[][]

Property Value

number[][]

type

Polymorphic Discriminator

type: "LineString"

Property Value

"LineString"