toggle menu
Wemap SDKs
0.12.0
androidJvm
switch theme
search in API
core
/
com.getwemap.sdk.core.model.entities
/
Waypoint
Waypoint
@
Serializable
sealed
class
Waypoint
Inheritors
PointOfInterestWaypoint
CoordinateWaypoint
Members
Types
Companion
Link copied to clipboard
object
Companion
Coordinate
Waypoint
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"coordinates"
)
class
CoordinateWaypoint
(
val
coordinate
:
Coordinate
)
:
Waypoint
Point
Of
Interest
Waypoint
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"poi"
)
class
PointOfInterestWaypoint
(
val
poiID
:
Int
)
:
Waypoint