toggle menu
Wemap SDKs
0.19.0
androidJvm
switch theme
search in API
core
/
com.getwemap.sdk.core.location.simulation
/
SimulatorLocationSource
Simulator
Location
Source
open
class
SimulatorLocationSource
(
options
:
SimulationOptions
=
SimulationOptions()
)
:
LocationSource
Members
Constructors
Simulator
Location
Source
Link copied to clipboard
constructor
(
options
:
SimulationOptions
=
SimulationOptions()
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
listener
Link copied to clipboard
open
override
var
listener
:
LocationSourceListener
?
supports
Heading
Link copied to clipboard
open
override
val
supportsHeading
:
Boolean
=
true
Functions
deinit
Link copied to clipboard
open
override
fun
deinit
(
)
reset
Link copied to clipboard
fun
reset
(
)
set
Coordinates
Link copied to clipboard
fun
setCoordinates
(
coordinates
:
List
<
Coordinate
>
,
options
:
SimulationOptions
?
=
null
)
set
Itinerary
Link copied to clipboard
fun
setItinerary
(
itinerary
:
Itinerary
,
options
:
SimulationOptions
?
=
null
)
start
Link copied to clipboard
open
override
fun
start
(
)
stop
Link copied to clipboard
open
override
fun
stop
(
)