[[["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."],[[["\u003cp\u003e\u003ccode\u003eGMSDayOfWeek\u003c/code\u003e is an enumeration representing the days of the week.\u003c/p\u003e\n"],["\u003cp\u003eIt aligns with \u003ccode\u003eNSDateComponents.weekday\u003c/code\u003e index, starting with Sunday as 1 and ending with Saturday as 7.\u003c/p\u003e\n"],["\u003cp\u003eThe enum provides constants for each day of the week, accessible in both Swift and Objective-C.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this enum to work with days of the week within the Google Maps SDK for iOS.\u003c/p\u003e\n"]]],["`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"],null,[]]