open class OpeningHours : Serializable
Opening hours for a POI (Points of Interest).
OpeningHours()
Opening hours for a POI (Points of Interest). |
var mode: OpeningHoursMode!
Mode used in the Request. -- GETTER -- |
|
var timeRanges: Array<TimeRange!>!
List of time ranges for the next 7 days. |
open fun getTimeRanges(): ImmutableList<TimeRange!>! |