OpeningHoursMode

public enum OpeningHoursMode
extension OpeningHoursMode: Equatable

List of opening hours for a Point Of Interest.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Shows the opening hours for the next week starting from the given date.

    Declaration

    Swift

    case nextSevenDays(from: Date)

Equatable

  • Declaration

    Swift

    public static func == (lhs: `Self`, rhs: `Self`) -> Bool