EVRoutePlan
class EVRoutePlan(val departures: List<GeoPoint>, val destinations: List<GeoPoint>, val viaPoints: List<GeoPoint>, val routeOptions: EVRouteOptions) : RoutePlan
Class defining all the required information needed to calculate an EV route. If we define a route from A->B->C->D A - startPoint B,C - via-points D -> stopPoint
Parameters
departures
a list containing all the departure points for a route calculation
destinations
a list containing all the final points for a route calculation
viaPoints
a list containing all the via-points for a given route
routeOptions
holder representing other options for EV route calculation