GoogleMaps Framework Reference

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

  • These error codes are embedded within NSError objects and provide information about issues encountered during geocoding operations.

  • The two defined error codes are kGMSGeocoderErrorInvalidCoordinate, indicating an invalid coordinate provided, and kGMSGeocoderErrorInternal, representing an internal error within the geocoder.