GoogleMaps Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMSReverseGeocodeCallback
Handler that reports a reverse geocoding response, or error.
@related GMSGeocoder
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSReverseGeocodeCallback\u003c/code\u003e is a handler providing a response or error upon reverse geocoding.\u003c/p\u003e\n"],["\u003cp\u003eIt reports the results through \u003ccode\u003eGMSReverseGeocodeResponse\u003c/code\u003e and \u003ccode\u003eNSError\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eIt's associated with the \u003ccode\u003eGMSGeocoder\u003c/code\u003e class for performing reverse geocoding operations.\u003c/p\u003e\n"]]],[],null,["# GoogleMaps Framework Reference\n\nGMSReverseGeocodeCallback\n=========================\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"]]