Package-level declarations

Types

Link copied to clipboard
typealias BitmapFactory = () -> Bitmap
Link copied to clipboard
class BubbleOption(val chargers: Int, val bubbleFactory: BitmapFactory, val predicate: Predicate<EVStation> = Predicate { false })
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class IconOption(val id: String, val iconFactory: BitmapFactory, val predicate: Predicate<EVStation> = Predicate { false })
Link copied to clipboard
Link copied to clipboard
typealias LabelFactory = (EVStation) -> String
Link copied to clipboard
class LabelOption(val labelFactory: LabelFactory, val labelColorFactory: LabelColorFactory)