OpeningHours.HoursType

public static final enum OpeningHours.HoursType extends Enum<OpeningHours.HoursType>
implements Parcelable

Identifies the type of secondary opening hours.

OpeningHours.HoursType is only set for secondary opening hours (i.e. opening hours returned from Place.getSecondaryOpeningHours()).

Inherited Constant Summary

Field Summary

public static final Creator<OpeningHours.HoursType> CREATOR

Inherited Method Summary

Enum Values

public static final OpeningHours.HoursType ACCESS

public static final OpeningHours.HoursType BREAKFAST

public static final OpeningHours.HoursType BRUNCH

public static final OpeningHours.HoursType DELIVERY

public static final OpeningHours.HoursType DINNER

public static final OpeningHours.HoursType DRIVE_THROUGH

public static final OpeningHours.HoursType HAPPY_HOUR

public static final OpeningHours.HoursType KITCHEN

public static final OpeningHours.HoursType LUNCH

public static final OpeningHours.HoursType ONLINE_SERVICE_HOURS

public static final OpeningHours.HoursType PICKUP

public static final OpeningHours.HoursType SENIOR_HOURS

public static final OpeningHours.HoursType TAKEOUT

Fields

public static final Creator<OpeningHours.HoursType> CREATOR