sdk
/
com.mapbox.search.metadata
/
OpenHours
/
Scheduled
Scheduled
class
Scheduled
(periods:
List
<
OpenPeriod
>) :
OpenHours
Content copied to clipboard
POI has schedule for open/closed hours.
Constructors
Functions
Properties
Constructors
Scheduled
Link copied to clipboard
fun
Scheduled
(periods:
List
<
OpenPeriod
>)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
periods
Link copied to clipboard
val
periods
:
List
<
OpenPeriod
>
Content copied to clipboard
Non-empty list of time periods, when POI is opened.