GoogleMaps Framework ReferenceStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
GMSGeocoderErrorCodeis an enumeration that defines error codes for theGMSGeocoderclass.
These error codes are embedded withinNSErrorobjects and provide information about issues encountered during geocoding operations.
The two defined error codes arekGMSGeocoderErrorInvalidCoordinate, indicating an invalid coordinate provided, andkGMSGeocoderErrorInternal, representing an internal error within the geocoder.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[],["The content defines error codes for the `GMSGeocoder` class, which are embedded in `NSError`. There are two specific error codes: `kGMSGeocoderErrorInvalidCoordinate` (value 1), indicating an invalid coordinate, and `kGMSGeocoderErrorInternal` (value 2), denoting an internal error. Both codes have equivalent declarations in Swift (using `case`) and Objective-C (using `kGMSGeocoderError`).\n"]]