PopularHour
data class PopularHour(val dayOfWeek: Int, val timeRanges: List<TimeRange>)
Content copied to clipboard
Returns the most popular times for people visiting the POI on the given day of the week.
Important: This is a Public Preview API. It may be changed or removed at any time.