@PublicPreview("2021.06") data class OpeningHours : Serializable
Opening hours for a POI (Points of Interest).
mode
- Mode used in the Search API call.
timeRanges
- List of time ranges for the next 7 days.
val mode: OpeningHoursMode
Mode used in the Search API call. |
|
val timeRanges: List<TimeRange>
List of time ranges for the next 7 days. |