GeoJsonLineString interface
A valid GeoJSON LineString geometry type. Please refer to RFC 7946 for details.
Properties
| type |
Inherited Properties
| coordinates | Coordinates for the |
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