Point {geoops}R Documentation

GeoJSON Point

Description

For type "Point", the "coordinates" member must be a single position.

See Also

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

Examples

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

[Package geoops version 0.2.0 Index]