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.
[[["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 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)"]]