app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.database.local.model
/
MarkerEntity
Marker
Entity
class
MarkerEntity
(
val
markerId
:
Long
=
0
,
val
name
:
String
,
val
longitude
:
Double
,
val
latitude
:
Double
,
val
fullAddress
:
String
=
""
)
Members
Constructors
Marker
Entity
Link copied to clipboard
constructor
(
markerId
:
Long
=
0
,
name
:
String
,
longitude
:
Double
,
latitude
:
Double
,
fullAddress
:
String
=
""
)
Properties
full
Address
Link copied to clipboard
val
fullAddress
:
String
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double
marker
Id
Link copied to clipboard
val
markerId
:
Long
=
0
name
Link copied to clipboard
val
name
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Lng
Lat
Alt
Link copied to clipboard
fun
getLngLatAlt
(
)
:
LngLatAlt