Package-level declarations

Types

Link copied to clipboard

Provides information about an active route (e.g., traffic delay, estimated time of arrival).

Link copied to clipboard
@IviExperimental(reasons = [])
data class PlannedChargingStopInfo(val chargingStationId: ChargingStationId, val remainingChargingTimeAtThisStop: Duration, val expectedBatteryChargePercentageAfterStop: Float) : Parcelable

Holds information about a planned charging stop. A planned charging stop is a waypoint along a route added so that the electric vehicle can stop and charge so that it has enough battery charge to reach the destination.

Link copied to clipboard

Possible statuses of a route.