GeoJSONFeature
About GeoJSONFeature
A GeoJSON feature represents any spatially bounded thing. GeoJSON is a formal specification as defined by RFC 7946.
type
The type of the GeoJSON node. For the GeoJSON feature, this will be “Feature”.
Type: String!
geometry
Any supported GeoJSON geometry object.
Type: GeoJSONGeometry
properties
An arbitrary set of properties associated with the coordinate reference system.
Type: JSON