GMSPlaceOpenStatusResponseCallback
typedef void (^GMSPlaceOpenStatusResponseCallback)(
GMSPlaceIsOpenResponse *_Nonnull, NSError *_Nullable)
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.
See