toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.screens.home
/
BottomButtonFunctions
Bottom
Button
Functions
data
class
BottomButtonFunctions
(
val
viewModel
:
HomeViewModel
?
)
Members
Constructors
Bottom
Button
Functions
Link copied to clipboard
constructor
(
viewModel
:
HomeViewModel
?
)
Properties
ahead
Of
Me
Link copied to clipboard
val
aheadOfMe
:
(
)
->
Unit
?
around
Me
Link copied to clipboard
val
aroundMe
:
(
)
->
Unit
?
my
Location
Link copied to clipboard
val
myLocation
:
(
)
->
Unit
?
nearby
Markers
Link copied to clipboard
val
nearbyMarkers
:
(
)
->
Unit
?
view
Model
Link copied to clipboard
val
viewModel
:
HomeViewModel
?