Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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
@interfaceGMSPlaceSpecialDay:NSObject
Represents information on a particular day which may have opening hours different than normal.
[[["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 2025-08-27 UTC."],[],["`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"]]