toggle menu
Wemap SDKs
0.16.1
androidJvm
switch theme
search in API
map
/
com.getwemap.sdk.map.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()
)
Properties
listener
Link copied to clipboard
open
override
var
listener
:
LocationSourceListener
?
supports
Heading
Link copied to clipboard
open
override
val
supportsHeading
:
Boolean
Functions
reset
Link copied to clipboard
fun
reset
(
)
set
Coordinates
Link copied to clipboard
fun
setCoordinates
(
coordinate
:
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
(
)