Table of Contents

geoJsonMultiPoint

Description

The geoJsonMultiPoint schema inherits from geoJsonGeometry.

Properties

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

Examples

Example 1

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