A GeoJSON feature object (see RFC 7946) containing the string "Feature" in a field named "type", the geometry in a field named "geometry", and key/value properties in a field named "properties".
JSON representation |
---|
{ "type": string, "geometry": value, "properties": value } |
Fields | |
---|---|
type |
This string is always present and equal to "Feature". |
geometry |
The geometry of the feature. This will contain a |
properties |
The properties of the feature. This will contain a |