maplibre-navigation-core
Toggle table of contents
18dfffc1
common
Platform filter
common
Switch theme
Search in API
maplibre-navigation-core
maplibre-navigation-core
/
org.maplibre.navigation.core.location.replay
/
ReplayLocationDispatcher
Replay
Location
Dispatcher
open
class
ReplayLocationDispatcher
(
locationsToReplay
:
List
<
Location
>
,
coroutineScope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default)
)
Members
Constructors
Replay
Location
Dispatcher
Link copied to clipboard
constructor
(
locationsToReplay
:
List
<
Location
>
,
coroutineScope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default)
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
add
Link copied to clipboard
fun
add
(
toReplay
:
List
<
Location
>
)
add
Replay
Location
Listener
Link copied to clipboard
fun
addReplayLocationListener
(
listener
:
ReplayLocationListener
)
remove
Replay
Location
Listener
Link copied to clipboard
fun
removeReplayLocationListener
(
listener
:
ReplayLocationListener
)
start
Link copied to clipboard
fun
start
(
)
stop
Link copied to clipboard
fun
stop
(
)
update
Link copied to clipboard
fun
update
(
locationsToReplay
:
List
<
Location
>
)