ENUM
LocationCoordinatesOrigin
Defines the origin of the coordinates of a location
link GraphQL Schema definition
- enum LocationCoordinatesOrigin {
- # The coordinates were determined by passing the address to the Mapbox geocoding
- # service
- # The coordinates were provided by you upon creation, either in the admin or via
- # API
- }