STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api_ktx.messages.attachments
/
STWLocationItem
STWLocation
Item
data
class
STWLocationItem
(
val
latitude
:
String
?
,
val
longitude
:
String
?
,
val
address
:
String
?
,
val
info
:
String
?
,
val
color
:
String
?
,
val
icon
:
String
?
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
STWLocation
Item
Link copied to clipboard
fun
STWLocationItem
(
latitude
:
String
?
,
longitude
:
String
?
,
address
:
String
?
,
info
:
String
?
,
color
:
String
?
,
icon
:
String
?
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
address
Link copied to clipboard
val
address
:
String
?
Content copied to clipboard
color
Link copied to clipboard
val
color
:
String
?
Content copied to clipboard
icon
Link copied to clipboard
val
icon
:
String
?
Content copied to clipboard
info
Link copied to clipboard
val
info
:
String
?
Content copied to clipboard
latitude
Link copied to clipboard
val
latitude
:
String
?
Content copied to clipboard
longitude
Link copied to clipboard
val
longitude
:
String
?
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard