Package com.tomtom.sdk.search.client.model.time

Types

Link copied to clipboard
data class HourTimeRange

Time ranges when the POI is most popular with visitors.

Link copied to clipboard
data class OpeningHours(val mode: OpeningHoursMode, val timeRanges: List<TimeRange> = emptyList())

Opening hours for a Point Of Interest.

Link copied to clipboard
value class OpeningHoursMode

List of opening hours for a Point Of Interest.

Link copied to clipboard
data class Time

Defines a time.

Link copied to clipboard
data class TimeRange(val startTime: Date, val endTime: Date)

Opening hours for a Point Of Interest.