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

Opening hours for a Point Of Interest.

Link copied to clipboard
enum OpeningHoursMode : Enum<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.

Link copied to clipboard
data class TimeZone(val ianaId: String)

Time zone information for the Point Of Interest.

Link copied to clipboard
enum TimeZoneType : Enum<TimeZoneType>

Used to indicate the mode in which the com.tomtom.sdk.search.client.model.time.TimeZone object should be returned.