EvBetterRouteNotification

class EvBetterRouteNotification : DriverNotification

Represents a notification for a better EV route alternative.

This notification is generated when a better alternative route is found based on the state of charge (SOC) and the presence of EV charging waypoints.

Parameters

alternativeRoute

the alternative route that is considered better

betterRouteType

the type of the better route, indicating the reason why it is considered better (e.g., excluding planned charging, including additional charging, etc.)

Properties

Link copied to clipboard
val alternativeRoute: NavigationRoute
Link copied to clipboard

Functions

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

Checks if this EvBetterRouteNotification is equal to another object.

Link copied to clipboard
open override fun hashCode(): Int

Returns the hash code for this EvBetterRouteNotification.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of this EvBetterRouteNotification.