GooglePlaces Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSPlaceOpenStatusResponseCallback\u003c/code\u003e is a callback type used to receive the open status of a place.\u003c/p\u003e\n"],["\u003cp\u003eIt provides a \u003ccode\u003eGMSPlaceIsOpenResponse\u003c/code\u003e object containing the status and an \u003ccode\u003eNSError\u003c/code\u003e object if an error occurred during the request.\u003c/p\u003e\n"],["\u003cp\u003eIf an error happens, the response status will be \u003ccode\u003eGMSPlaceOpenStatusUnknown\u003c/code\u003e, and the error object will hold details about the error.\u003c/p\u003e\n"],["\u003cp\u003eRefer to \u003ccode\u003eGMSPlacesClient\u003c/code\u003e for methods using this callback.\u003c/p\u003e\n"]]],[],null,["# GooglePlaces Framework Reference\n\nGMSPlaceOpenStatusResponseCallback\n==================================\n\n typedef void (^GMSPlaceOpenStatusResponseCallback)(\n ../Classes/GMSPlaceIsOpenResponse.html *_Nonnull, NSError *_Nullable)\n\nCallback type for receiving the open status response. If an error occurred, response will be\nhave a status of `GMSPlaceOpenStatusUnknown` and error will contain information about the error. \nSee\n\n[GMSPlacesClient](../Classes/GMSPlacesClient.html)"]]