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.
[[["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-10-02 UTC."],[],["The `GMSPlaceOpenStatusCallback` is a callback function used to receive the opening hours status of a place. It returns a `GMSPlaceOpenStatus` result and an optional `NSError`. If an error occurs, the result will be `GMSPlaceOpenStatusUnknown`, and the `error` parameter will provide details about it. It is used within the `GMSPlacesClient` class to retrieve status information.\n"]]