TimeRange

data class TimeRange(val startTime: Date, val endTime: Date)

Opening hours for a Point Of Interest.

Parameters

startTime

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

endTime

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

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun TimeRange(startTime: Date, endTime: Date)

Properties

Link copied to clipboard
val endTime: Date
Link copied to clipboard
val startTime: Date