Wemap SDKs
Toggle table of contents
0.24.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Wemap SDKs
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