[[["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 2024-11-15 UTC."],[[["\u003cp\u003eThis is a handler that provides a response to a reverse geocoding request.\u003c/p\u003e\n"],["\u003cp\u003eIt can return either a \u003ccode\u003eGMSReverseGeocodeResponse\u003c/code\u003e object containing the address information or an \u003ccode\u003eNSError\u003c/code\u003e object if an error occurred.\u003c/p\u003e\n"],["\u003cp\u003eIt is used in conjunction with the \u003ccode\u003eGMSGeocoder\u003c/code\u003e class for reverse geocoding operations.\u003c/p\u003e\n"]]],["The `GMSReverseGeocodeCallback` is a handler defined as a block that takes two parameters: a `GMSReverseGeocodeResponse` object (nullable) and an `NSError` object (nullable). It's used to report the outcome of a reverse geocoding operation, providing either a successful response or an error. It's related to the `GMSGeocoder` class and handles the asynchronous result of reversing a geographic coordinate.\n"],null,["GMSReverseGeocodeCallback \n\n typedef void (^GMSReverseGeocodeCallback)(../Classes/GMSReverseGeocodeResponse.html *_Nullable,\n NSError *_Nullable)\n\nHandler that reports a reverse geocoding response, or error.\n\n@related GMSGeocoder"]]