[[["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."],[[["`GMSDayOfWeek` is an enumeration representing the days of the week."],["It aligns with `NSDateComponents.weekday` index, starting with Sunday as 1 and ending with Saturday as 7."],["The enum provides constants for each day of the week, accessible in both Swift and Objective-C."],["Developers can use this enum to work with days of the week within the Google Maps SDK for iOS."]]],["`GMSDayOfWeek` is an enumeration representing days of the week, aligning with `NSDateComponents.weekday`. It defines seven cases: `sunday` (1), `monday` (2), `tuesday` (3), `wednesday` (4), `thursday` (5), `friday` (6), and `saturday` (7). Each case has both Swift and Objective-C declarations, mapping the day to a numerical value. These values correspond directly to the index used by `NSDateComponents.weekday`.\n"]]