OpeningHours

data class OpeningHours(val mode: OpeningHoursMode, val timeRanges: List<TimeRange>)

Opening hours for a Point Of Interest.

Parameters

mode

OpeningHoursMode used in the Search API call.

timeRanges

List of time ranges for the next 7 days.

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

Constructors

Link copied to clipboard
fun OpeningHours(mode: OpeningHoursMode, timeRanges: List<TimeRange>)

Properties

Link copied to clipboard
val mode: OpeningHoursMode
Link copied to clipboard
val timeRanges: List<TimeRange>