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 2024-11-08 UTC."],[[["`GMSPlaceOpenStatusCallback` is a block that provides the open hours status for a specific Place."],["If an error occurs while retrieving the status, the `result` will be `GMSPlaceOpenStatusUnknown` and the `error` object will contain details about the error."],["This callback is used with `GMSPlacesClient` to fetch and handle Place open status information."]]],["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"]]