Table of Contents

geoJsonPoint

Description

The geoJsonPoint schema inherits from geoJsonGeometry.

Properties

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

Examples

Example 1

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