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