[[["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-08-21 UTC."],[[["`IsPlaceOpenRequest` determines if a place is currently open using either a `Place` object or a `placeID`."],["Requests can specify a specific `Date` for the query; otherwise, the current date and time are used."],["The request can be initialized with either a `Place` object or a `placeID` string, along with an optional `Date`."],["The struct provides access to the `place`, `placeID`, and `date` associated with the request."]]],["`IsPlaceOpenRequest` facilitates checking if a place is open. It can be initialized using either a `Place` object or a `placeID` string, both with an optional `Date`. If no `Date` is supplied, the current date/time is used. The request then utilizes the `place` or `placeID` to query the place's open status for the specified date. It contains variables for place and placeID.\n"]]