Table of Contents

geoJsonLineString

Description

The geoJsonLineString schema inherits from geoJsonGeometry.

Properties

Name Description Required Type
Type No geoJsonLineStringType
Coordinates Yes Array of  Number
Bbox No geoJsonBbox

Examples

Example 1

{
  "type": "LineString",
  "coordinates": [
    [
      0.0
    ]
  ]
}