Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["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"]]