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
  • MAPBOX_GEOCODING
  • # The coordinates were provided by you upon creation, either in the admin or via
  • # API
  • PROVIDED
  • }