GoogleNavigation Framework Reference
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 2024-11-15 UTC.
[null,null,["Last updated 2024-11-15 UTC."],[[["This is a handler that provides a response to a reverse geocoding request."],["It can return either a `GMSReverseGeocodeResponse` object containing the address information or an `NSError` object if an error occurred."],["It is used in conjunction with the `GMSGeocoder` class for reverse geocoding operations."]]],["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"]]