Skip to contents

For type "MultiPoint", the "coordinates" member must be an array of positions.

Examples

'{
  "type": "MultiPoint",
  "coordinates": [
     [100.0, 0.0],
     [101.0, 1.0]
  ]
}'
#> [1] "{\n  \"type\": \"MultiPoint\",\n  \"coordinates\": [\n     [100.0, 0.0],\n     [101.0, 1.0]\n  ]\n}"