toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.screens.home.data
/
LocationDescription
Location
Description
data
class
LocationDescription
(
var
name
:
String
?
=
null
,
var
location
:
LngLatAlt
,
var
fullAddress
:
String
?
=
null
,
var
markerObjectId
:
ObjectId
?
=
null
)
Members
Constructors
Location
Description
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
location
:
LngLatAlt
,
fullAddress
:
String
?
=
null
,
markerObjectId
:
ObjectId
?
=
null
)
Properties
full
Address
Link copied to clipboard
var
fullAddress
:
String
?
location
Link copied to clipboard
var
location
:
LngLatAlt
marker
Object
Id
Link copied to clipboard
var
markerObjectId
:
ObjectId
?
name
Link copied to clipboard
var
name
:
String
?