WemapSDKs
Toggle table of contents
0.27.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
WemapSDKs
WemapCoreSDK
/
com.getwemap.sdk.core.location.simulation
/
SimulationOptions
/
SimulationOptions
Simulation
Options
constructor
(
inLoop
:
Boolean
=
false
,
timeUnit
:
TimeUnit
=
TimeUnit.MILLISECONDS
,
dispatchPeriod
:
Long
=
200
,
restartDelay
:
Long
=
5000
,
altitude
:
Double
?
=
null
,
deviationRange
:
ClosedRange
<
Double
>
?
=
null
,
simulateHeading
:
Boolean
=
false
,
horizontalAccuracy
:
Float
?
=
null
)