sdk-search / com.tomtom.online.sdk.search.time / TimeRange

TimeRange

@Beta(2020, 12) data class TimeRange : Serializable

Opening hours for a POI (Points of Interest).

Parameters

startDate - The point in the next 7 days range when a given POI is being opened (or the beginning of the range if it was opened before the range) inclusive.

endDate - The point in the next 7 days range when a given POI is being opened (or the beginning of the range if it was opened before the range) exclusive

Properties

endDate

val endDate: Date

The point in the next 7 days range when a given POI is being opened (or the beginning of the range if it was opened before the range) exclusive

startDate

val startDate: Date

The point in the next 7 days range when a given POI is being opened (or the beginning of the range if it was opened before the range) inclusive.