toggle menu
stream-chat-android
6.22.1
androidJvm
switch theme
search in API
stream-chat-android-offline
/
io.getstream.chat.android.offline.repository.domain.message.internal
/
LocationEntity
Location
Entity
@
JsonClass
(
generateAdapter
=
true
)
data
class
LocationEntity
(
val
cid
:
String
=
""
,
val
messageId
:
String
=
""
,
val
userId
:
String
=
""
,
val
endAt
:
Date
?
=
null
,
val
latitude
:
Double
=
0.0
,
val
longitude
:
Double
=
0.0
,
val
deviceId
:
String
=
""
)
Members
Constructors
Location
Entity
Link copied to clipboard
constructor
(
cid
:
String
=
""
,
messageId
:
String
=
""
,
userId
:
String
=
""
,
endAt
:
Date
?
=
null
,
latitude
:
Double
=
0.0
,
longitude
:
Double
=
0.0
,
deviceId
:
String
=
""
)
Properties
cid
Link copied to clipboard
val
cid
:
String
device
Id
Link copied to clipboard
val
deviceId
:
String
end
At
Link copied to clipboard
val
endAt
:
Date
?
=
null
latitude
Link copied to clipboard
val
latitude
:
Double
=
0.0
longitude
Link copied to clipboard
val
longitude
:
Double
=
0.0
message
Id
Link copied to clipboard
val
messageId
:
String
user
Id
Link copied to clipboard
val
userId
:
String