toggle menu
Wemap SDKs
0.16.1
androidJvm
switch theme
search in API
map
/
com.getwemap.sdk.map.location.simulation
/
SimulationOptions
Simulation
Options
data
class
SimulationOptions
(
val
inLoop
:
Boolean
=
false
,
val
timeUnit
:
TimeUnit
=
TimeUnit.MILLISECONDS
,
val
dispatchPeriod
:
Long
=
200
,
val
restartDelay
:
Long
=
5000
)
Members
Constructors
Simulation
Options
Link copied to clipboard
constructor
(
inLoop
:
Boolean
=
false
,
timeUnit
:
TimeUnit
=
TimeUnit.MILLISECONDS
,
dispatchPeriod
:
Long
=
200
,
restartDelay
:
Long
=
5000
)
Properties
dispatch
Period
Link copied to clipboard
val
dispatchPeriod
:
Long
=
200
in
Loop
Link copied to clipboard
val
inLoop
:
Boolean
=
false
restart
Delay
Link copied to clipboard
val
restartDelay
:
Long
=
5000
time
Unit
Link copied to clipboard
val
timeUnit
:
TimeUnit