kalium
common
persistence
/
com.wire.kalium.persistence.dao.message
/
MessageEntityContent
/
Location
Location
data
class
Location
(
val
latitude
:
Float
,
val
longitude
:
Float
,
val
name
:
String
?
=
null
,
val
zoom
:
Int
?
=
null
)
:
MessageEntityContent.Regular
Members
Constructors
Location
Link copied to clipboard
constructor
(
latitude
:
Float
,
longitude
:
Float
,
name
:
String
?
=
null
,
zoom
:
Int
?
=
null
)
Properties
latitude
Link copied to clipboard
val
latitude
:
Float
longitude
Link copied to clipboard
val
longitude
:
Float
name
Link copied to clipboard
val
name
:
String
?
=
null
zoom
Link copied to clipboard
val
zoom
:
Int
?
=
null