EvRoutePreferences

class EvRoutePreferences(val preferOperators: List<String>, val avoidOperators: List<String>)

EV route preferences to configure route planning with charging stops.

Parameters

preferOperators

operators that will be preferred during routes creation

avoidOperators

operators that will be avoided during routes creation, but not excluded: if there are no alternatives, these operators will still be used

Constructors

Link copied to clipboard
constructor(preferOperators: List<String>, avoidOperators: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String