sdk-search / com.tomtom.online.sdk.search.data.common / OpeningHours

OpeningHours

open class OpeningHours : Serializable

Opening hours for a POI (Points of Interest).

Constructors

<init>

OpeningHours()

Opening hours for a POI (Points of Interest).

Properties

mode

var mode: OpeningHoursMode!

Mode used in the Request. -- GETTER --

timeRanges

var timeRanges: Array<TimeRange!>!

List of time ranges for the next 7 days.

Functions

getTimeRanges

open fun getTimeRanges(): ImmutableList<TimeRange!>!