Learn R Programming

geoops (version 0.3.0)

Point: GeoJSON Point

Description

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

Arguments

See Also

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

Examples

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

Run the code above in your browser using DataLab