Learn R Programming

geoops (version 0.3.0)

MultiPoint: GeoJSON MultiPoint

Description

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

Arguments

See Also

Other geo types: FeatureCollection, Feature, GeometryCollection, LineString, MultiLineString, MultiPolygon, Point, Polygon, geojson-types

Examples

Run this code
# NOT RUN {
'{
  "type": "MultiPoint",
  "coordinates": [
     [100.0, 0.0],
     [101.0, 1.0]
  ]
}'
# }

Run the code above in your browser using DataLab