geoJsonMultiLineString
Description
The geoJsonMultiLineString schema inherits from geoJsonGeometry.
Properties
| Name | Description | Required | Type |
|---|---|---|---|
| Type | No | geoJsonMultiLineStringType | |
| Coordinates | Yes | Array of Number | |
| Bbox | No | geoJsonBbox |
Examples
Example 1
{
"type": "MultiLineString",
"coordinates": [
[
[
0.0
]
]
]
}