EvBusyChargingStationNotification

class EvBusyChargingStationNotification : DriverNotification

Represents a notification for a busy EV charging station.

This notification is generated when a charging station along the route is identified as busy (occupied, out-of-service, etc.)

Parameters

busyChargingStationId

the unique identifier of the busy charging station

alternativeRoute

the alternative route suggested to avoid the busy station

busyChargingStationReason

the reason why the charging station is unavailable, null if the reason is not specified.

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 EvBusyChargingStationNotification is equal to another object.

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

Returns the hash code for this EvBusyChargingStationNotification.

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

Returns a string representation of this EvBusyChargingStationNotification.