GeoLocInput Input
Description
Input fields for specifying geographic coordinates using GeoJSON format.
Declaration
input GeoLocInput {
type: String!
coordinates: [Float!]!
}
Fields
| Name | Type | Description |
|---|---|---|
type | String! | GeoJSON geometry type, typically Point. |
coordinates | [Float!]! | Array of coordinates in [longitude, latitude] format. |