OnlineReverseGeocoderError

public enum OnlineReverseGeocoderError : Error

Errors that might happen for online ReverseGeocoder.

  • Indicates that provided geopolitical view doesn’t correspond to the supported ISO 3166-1 alpha-2 codes.

    Declaration

    Swift

    case incorrectGeopolicaticalView
  • Indicates that provided API key is incorrect.

    Declaration

    Swift

    case incorrectAPIKey