EndOfCharge

data class EndOfCharge(val routePoints: List<Point>) : TripOverviewItem

Constructors

Link copied to clipboard
constructor(routePoints: List<Point>)

Properties

Link copied to clipboard
val routePoints: List<Point>

Functions

Link copied to clipboard