AutoAddChargingStrategy

Defines the strategy for automatically adding charging stations to the route.

Inheritors

Types

Link copied to clipboard
@Serializable
@SerialName(value = "always")
data object Always : AutoAddChargingStrategy

Always add charging stations automatically if the battery level is insufficient to reach the destination.

Link copied to clipboard
@Serializable
@SerialName(value = "manual")
data object Manual : AutoAddChargingStrategy

Add charging stations only when the user manually triggers the process by pressing the "Add Chargers" button.

Link copied to clipboard
@Serializable
@SerialName(value = "never")
data object Never : AutoAddChargingStrategy

Never add charging stations automatically, even if the battery level is insufficient.