OperatingInterval

class OperatingInterval(val open: DayOfWeekTime, val closed: DayOfWeekTime)

Represents times of a day when a POI (SearchResult) is opened and closed.

Constructors

Link copied to clipboard
constructor(open: DayOfWeekTime, closed: DayOfWeekTime)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String