BubbleOption
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 })