PopularHour

data class PopularHour(val dayOfWeek: Int, val timeRanges: List<TimeRange>)

Returns the most popular times for people visiting the POI on the given day of the week.

Parameters

dayOfWeek

A number from 1 to 7, corresponding to the days of the week, starting from Monday, ISO_8601 format.

timeRanges

List of the time ranges when the POI is most popular.

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

Constructors

Link copied to clipboard
fun PopularHour(dayOfWeek: Int, timeRanges: List<TimeRange>)

Properties

Link copied to clipboard
val dayOfWeek: Int
Link copied to clipboard
val timeRanges: List<TimeRange>