ExpoFpRouteWaypoint

@Serializable(with = ExpoFpRouteWaypointSerializer::class)
sealed class ExpoFpRouteWaypoint

Route waypoint booth name or current position.

Inheritors

Types

Link copied to clipboard
@Serializable
data class Booth(val value: String) : ExpoFpRouteWaypoint

Booth: name, external ID or slug.

Link copied to clipboard
@Serializable
data class Position(val value: ExpoFpPosition) : ExpoFpRouteWaypoint

Position info.