OpeningHoursMode

public enum OpeningHoursMode
extension OpeningHoursMode: Equatable

List of opening hours for a Point Of Interest.

  • Shows the opening hours for the next week starting from the given date.

    Declaration

    Swift

    case nextSevenDays(from: Date)

Equatable

  • Returns a Boolean value indicating whether two values are equal.

    Declaration

    Swift

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