[[["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."],[[["`GMSPlaceOpenStatus` is an enum that describes whether a place is open, closed, or has an unknown status."],["It has three possible values: `GMSPlaceOpenStatusUnknown`, `GMSPlaceOpenStatusOpen`, and `GMSPlaceOpenStatusClosed`."],["Developers can use this enum to display the open status of a place in their applications."]]],["The core content describes the `GMSPlaceOpenStatus` enum, which defines the open status of a place. The enum has three possible states: `unknown` (status is not known), `open` (the place is currently open), and `closed` (the place is not currently open). Each state has corresponding Swift and Objective-C declarations, with numerical values assigned to each status, such as `unknown` being 0, `open` being 1, and `closed` being 2.\n"]]