Point: GeoJSON Point

Description See Also Examples

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

1
2
3
4
'{
   "type": "Point",
   "coordinates": [100.0, 0.0]
}'

Example output

[1] "{\n   \"type\": \"Point\",\n   \"coordinates\": [100.0, 0.0]\n}"

geoops documentation built on July 1, 2020, 10:39 p.m.