geojsonLine
November 12, 2025 · View on GitHub
An array of WGS84 coordinate pairs
Type: object
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
coordinates | array[basePoint] | ✓ |
Detailed Properties
coordinates(array[basePoint]) - required
Example
{
"coordinates": [
[
0,
0
],
[
0,
0
]
]
}