AutoAddChargingStrategy

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

Inheritors

Types

Link copied to clipboard
@Serializable
object Always : AutoAddChargingStrategy

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

Link copied to clipboard
@Serializable
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
object Never : AutoAddChargingStrategy

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