GeoPointStatus

open_in_new

GraphQL Schema definition

  • enum GeoPointStatus {
  • # The data in the GeoPoint object should not be trusted as correct
  • # and is being recomputed
  • PENDING
  • # The data in the GeoPoint is accurate
  • COMPLETE
  • # An error occurred during geocoding possibly due to ambiguity or incomplete
  • # address information
  • ERROR
  • }

Require by