Share via


GeoJsonMultiLineString interface

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

Extends

Properties

type

Inherited Properties

coordinates

Coordinates for the GeoJson MultiLineString geometry.

Property Details

type

type: "MultiLineString"

Property Value

"MultiLineString"

Inherited Property Details

coordinates

Coordinates for the GeoJson MultiLineString geometry.

coordinates: number[][][]

Property Value

number[][][]

Inherited From GeoJsonMultiLineStringData.coordinates