[[["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."],[[["`GMSPlaceSpecialDay` provides information about a specific date that might have different opening hours than usual."],["It includes a `date` property indicating the specific date with potential exceptional hours and an `isExceptional` property confirming if the date has unusual hours, often for holidays."]]],["`GMSPlaceSpecialDay` provides details about a specific date that might have different opening hours than usual. It contains two key pieces of information: the `date` itself, representing the day in question, and `isExceptional`, a boolean flag indicating whether the day has special hours that replace the regular schedule, often during holidays. These details can be accessed via Swift or Objective-C using provided property accessors.\n"]]