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