GMSPlaceHoursType
enum GMSPlaceHoursType : NSInteger {}
Identifies the type of secondary opening hours.
GMSPlaceHoursType
is only set for secondary opening hours (i.e. opening hours
returned from GMSPlace
secondaryOpeningHours).
Place hours types described here:
https://developers.google.com/maps/documentation/places/web-service/details#PlaceOpeningHours-type
-
Declaration
Swift
case access = 0
Objective-C
GMSPlaceHoursTypeAccess
-
Declaration
Swift
case breakfast = 1
Objective-C
GMSPlaceHoursTypeBreakfast
-
Declaration
Swift
case brunch = 2
Objective-C
GMSPlaceHoursTypeBrunch
-
Declaration
Swift
case lunch = 3
Objective-C
GMSPlaceHoursTypeLunch
-
Declaration
Swift
case dinner = 4
Objective-C
GMSPlaceHoursTypeDinner
-
Declaration
Swift
case seniorHours = 5
Objective-C
GMSPlaceHoursTypeSeniorHours
-
Declaration
Swift
case pickup = 6
Objective-C
GMSPlaceHoursTypePickup
-
Declaration
Swift
case takeout = 7
Objective-C
GMSPlaceHoursTypeTakeout
-
Declaration
Swift
case delivery = 8
Objective-C
GMSPlaceHoursTypeDelivery
-
Declaration
Swift
case kitchen = 9
Objective-C
GMSPlaceHoursTypeKitchen
-
Declaration
Swift
case onlineServiceHours = 10
Objective-C
GMSPlaceHoursTypeOnlineServiceHours
-
Declaration
Swift
case driveThrough = 11
Objective-C
GMSPlaceHoursTypeDriveThrough
-
Declaration
Swift
case happyHour = 12
Objective-C
GMSPlaceHoursTypeHappyHour
-
Declaration
Swift
case unknown = 13
Objective-C
GMSPlaceHoursTypeUnknown