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]
}'

ropenscilabs/geoops documentation built on Jan. 1, 2021, 4:03 p.m.