toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.screens.home.placesnearby
/
PlacesNearbyUiState
Places
Nearby
Ui
State
data
class
PlacesNearbyUiState
(
val
locations
:
List
<
LocationDescription
>
=
emptyList()
,
var
userLocation
:
LngLatAlt
?
=
null
)
Members
Constructors
Places
Nearby
Ui
State
Link copied to clipboard
constructor
(
locations
:
List
<
LocationDescription
>
=
emptyList()
,
userLocation
:
LngLatAlt
?
=
null
)
Properties
locations
Link copied to clipboard
val
locations
:
List
<
LocationDescription
>
user
Location
Link copied to clipboard
var
userLocation
:
LngLatAlt
?