GeoJSONPointInput
About GeoJSONPointInput
This type represents the input data needed to initialize a GeoJSON point.
type
The type of the GeoJSON node. This must be “Point”.
Type: String!
coordinates
The coordinates for the the GeoJSON point, as determined by the coordinate reference system. Typically, this should be an array of coordinates, with each coordinate having either two or three values, as follows:
- Longitude (in degrees)
- Latitude (in degrees)
- Altitude (in meters, optional, assumed to be sea-level if omitted)
See
GeoJSONCRS
for more information.
Type: [Float!]!
crs
The coordinate reference system used for this geographical position. See
GeoJSONCRS
for more information.
Type: GeoJSONCRSInput