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.

Inheritors

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