toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.screens.home.data
/
LocationDescription
Location
Description
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
)
Members
Members & Extensions
Constructors
Location
Description
Link copied to clipboard
constructor
(
adressName
:
String
?
=
null
,
streetNumberAndName
:
String
?
=
null
,
postcodeAndLocality
:
String
?
=
null
,
country
:
String
?
=
null
,
distance
:
String
?
=
null
,
latitude
:
Double
,
longitude
:
Double
)
Properties
adress
Name
Link copied to clipboard
val
adressName
:
String
?
=
null
country
Link copied to clipboard
val
country
:
String
?
=
null
distance
Link copied to clipboard
val
distance
:
String
?
=
null
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double
postcode
And
Locality
Link copied to clipboard
val
postcodeAndLocality
:
String
?
=
null
street
Number
And
Name
Link copied to clipboard
val
streetNumberAndName
:
String
?
=
null
Functions
build
Address
Format
Link copied to clipboard
fun
LocationDescription
.
buildAddressFormat
(
)
:
String
?