GooglePlaces Framework Reference
GMSPlaceOpenStatusResponseCallback
Callback type for receiving the open status response. If an error occurred, response will be
have a status of GMSPlaceOpenStatusUnknown
and error will contain information about the error.
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-08 UTC.
[null,null,["Last updated 2024-11-08 UTC."],[[["`GMSPlaceOpenStatusResponseCallback` is a callback type used to receive the open status of a place."],["It provides a `GMSPlaceIsOpenResponse` object containing the status and an `NSError` object if an error occurred during the request."],["If an error happens, the response status will be `GMSPlaceOpenStatusUnknown`, and the error object will hold details about the error."],["Refer to `GMSPlacesClient` for methods using this callback."]]],[]]