GoogleNavigation Framework Reference

  • GMSGeocoderErrorCode is an enumeration that defines error codes for the GMSGeocoder class.

  • These error codes are embedded within NSError objects, providing context for errors encountered during geocoding operations.

  • The error code kGMSGeocoderErrorInvalidCoordinate (value 1) signifies that an invalid coordinate was provided.

  • The error code kGMSGeocoderErrorInternal (value 2) indicates that an internal error occurred within the geocoding process.