Package-level declarations

Types

Link copied to clipboard
class ChargeData @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX]) constructor(val chargeFromPercent: Int, val chargeToPercent: Int, val chargeForMin: Long, val powerKw: Int)

Defines how many minutes required from to charge to the given percent with given power (kW).

Link copied to clipboard
data class NearbyDestinationsGroup(val category: Category, val destinations: List<DestinationResultSuggestedItem>)
Link copied to clipboard
abstract class TripOverviewItem
Link copied to clipboard
data class TripOverviewModel(val items: List<TripOverviewItem>, val canAddRegularWaypoint: Boolean)

Functions

Link copied to clipboard

Returns the first TripOverviewItem that has DestinationSearchResult matching coordinates, or null if item cannot be found

Link copied to clipboard