geojsonLine

November 12, 2025 · View on GitHub

An array of WGS84 coordinate pairs

Type: object


Properties overview

PropertyTypeRequiredDescription
coordinatesarray[basePoint]✓

Detailed Properties

  • coordinates (array[basePoint]) - required

Example

{
  "coordinates": [
    [
      0,
      0
    ],
    [
      0,
      0
    ]
  ]
}

Contents

  1. 1Properties overview
  2. 2Detailed Properties
  3. 3Example