toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.screens.home.data
Package-level
declarations
Types
Types
Location
Description
Link copied to clipboard
data
class
LocationDescription
(
val
adressName
:
String
?
=
null
,
val
streetNumberAndName
:
String
?
=
null
,
val
postcodeAndLocality
:
String
?
=
null
,
val
country
:
String
?
=
null
,
val
distance
:
String
?
=
null
,
val
latitude
:
Double
,
val
longitude
:
Double
)