GMSPlaceOpenStatusCallback
typedef void (^GMSPlaceOpenStatusCallback)(GMSPlaceOpenStatus,
NSError *_Nullable)
Callback type for receiving the opening hours status for the Place. If an error occurred,
result
will be GMSPlaceOpenStatusUnknown
and error
will contain information about the
error.
See