toggle menu
Wemap SDKs
0.19.0
androidJvm
switch theme
search in API
core
/
com.getwemap.sdk.core.model.entities
/
Destination
Destination
@
Serializable
data
class
Destination
(
val
coordinate
:
Coordinate
,
val
name
:
String
?
=
null
)
Members
Constructors
Destination
Link copied to clipboard
constructor
(
coordinate
:
Coordinate
,
name
:
String
?
=
null
)
Properties
coordinate
Link copied to clipboard
@
Serializable
(
with
=
CompressedCoordinateSerializer::class
)
@
SerialName
(
value
=
"coords"
)
val
coordinate
:
Coordinate
name
Link copied to clipboard
val
name
:
String
?
=
null