{ "type":
"Feature",
"geometry":
{ "type": "Point", "coordinates": [125.6, 10.1] },
"properties":
{ "name": "Dinagat Islands" } }
Point
, LineString
, Polygon
, MultiPoint
, MultiLineString
, and MultiPolygon
. Feature
objects. Sets of features are contained by FeatureCollection
objects.