ExpoFpRouteInfo

@Serializable
data class ExpoFpRouteInfo(val waypoints: List<ExpoFpRouteWaypoint> = emptyList())

Information about the optimized route

Constructors

Link copied to clipboard
constructor(waypoints: List<ExpoFpRouteWaypoint> = emptyList())

Properties

Link copied to clipboard
@SerialName(value = "waypoints")
val waypoints: List<ExpoFpRouteWaypoint>

Route waypoints