OpenHours

abstract class OpenHours

Availability information for the POI.

Constructors

OpenHours
Link copied to clipboard
fun OpenHours()

Types

AlwaysOpen
Link copied to clipboard
object AlwaysOpen : OpenHours
POI is always opened.
PermanentlyClosed
Link copied to clipboard
object PermanentlyClosed : OpenHours
POI is always closed
Scheduled
Link copied to clipboard
class Scheduled(periods: List<OpenPeriod>) : OpenHours
POI has schedule for open/closed hours.
TemporaryClosed
Link copied to clipboard
object TemporaryClosed : OpenHours
POI is closed, but may be opened in the future.

Functions

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

Inheritors

OpenHours
Link copied to clipboard
OpenHours
Link copied to clipboard
OpenHours
Link copied to clipboard
OpenHours
Link copied to clipboard