GooglePlaces Framework Reference

  • 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

enum GMSDayOfWeek : NSUInteger {}

The fields represent individual days of the week. Matches NSDateComponents.weekday index. Refer to https://developer.apple.com/documentation/foundation/nsdatecomponents/1410442-weekday