BubbleOption

data class BubbleOption(val chargers: Int, val bubbleFactory: BitmapFactory, val predicate: Predicate<EVStation> = Predicate { false })

Constructors

Link copied to clipboard
constructor(chargers: Int, bubbleFactory: BitmapFactory, predicate: Predicate<EVStation> = Predicate { false })

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
val predicate: Predicate<EVStation>