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()

Empty constructor for the OpeningHours.

OpeningHours(mode: OpeningHoursMode!, timeRanges: Array<TimeRange!>!)

Default constructor for the OpeningHours.

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!>!