app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.screens.home.data
/
LocationDescription
Location
Description
data
class
LocationDescription
(
var
name
:
String
=
""
,
var
location
:
LngLatAlt
,
var
description
:
String
?
=
null
,
var
orderId
:
Long
=
0
,
var
databaseId
:
Long
=
0
)
Members
Constructors
Location
Description
Link copied to clipboard
constructor
(
name
:
String
=
""
,
location
:
LngLatAlt
,
description
:
String
?
=
null
,
orderId
:
Long
=
0
,
databaseId
:
Long
=
0
)
Properties
database
Id
Link copied to clipboard
var
databaseId
:
Long
description
Link copied to clipboard
var
description
:
String
?
location
Link copied to clipboard
var
location
:
LngLatAlt
name
Link copied to clipboard
var
name
:
String
order
Id
Link copied to clipboard
var
orderId
:
Long