Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class BubbleOption(val chargers: Int, val bubbleFactory: BitmapFactory, val predicate: Predicate<ChargingStation> = Predicate { false })
Link copied to clipboard
EV charging speed categories based on output power in kW.
Link copied to clipboard
data class EvStationMarker(val chargingSpeed: EvChargingSpeed, val availableChargers: Int, val totalChargers: Int, val operator: String? = null, val maxOutputPower: Int = 0)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class IconOption(val id: String, val iconFactory: BitmapFactory, val predicate: Predicate<ChargingStation> = Predicate { false })
Link copied to clipboard