GeoJSONPoint
About GeoJSONPoint
A GeoJSON point represents a single position in the world. GeoJSON is a formal specification as defined by RFC 7946.
type
The type of the GeoJSON node. For the GeoJSON point, this will be “Point”.
Type: String!
coordinates
The coordinates for the the GeoJSON point, as determined by the coordinate reference system.
Type: [Float!]!
crs
The coordinate reference system used for this geographical position. See
GeoJSONCRS
for more information.
Type: GeoJSONCRS