PointOfInterestWaypoint

@Serializable
@SerialName(value = "poi")
class PointOfInterestWaypoint(val poiID: Int) : Waypoint

Constructors

Link copied to clipboard
constructor(poiID: Int)

Properties

Link copied to clipboard
@SerialName(value = "id")
val poiID: Int