toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.screens.markers_routes.screens.addroute
/
AddRouteViewModel
Add
Route
View
Model
class
AddRouteViewModel
@
Inject
constructor
:
ViewModel
Members
Constructors
Add
Route
View
Model
Link copied to clipboard
@
Inject
constructor
(
)
Properties
ui
State
Link copied to clipboard
val
uiState
:
StateFlow
<
AddRouteUiState
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
on
Add
Waypoints
Clicked
Link copied to clipboard
fun
onAddWaypointsClicked
(
)
on
Description
Change
Link copied to clipboard
fun
onDescriptionChange
(
newText
:
String
)
on
Name
Change
Link copied to clipboard
fun
onNameChange
(
newText
:
String
)
reset
Navigation
State
Link copied to clipboard
fun
resetNavigationState
(
)