BalloonView class abstract

Implemented types

Constructors

BalloonView()

Properties

anchor BalloonAnchor
no setter
balloon Balloon
no setter
hashCode int
The hash code for this object.
no setterinherited
hostRoute DrivingRoute
The route to which this balloon belongs.
no setter
isEnabled bool
If 'true', balloons will be shown whenever it possible. If 'false', balloons will be always hidden. BalloonViewListener.onBalloonContentChanged is called regardless of isEnabled value. RouteView.showBalloons call changes this attribute. Enabled by default.
getter/setter pair
isVisible bool
True if balloon currently visible on the screen. Always false if balloon disabled
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isValid() bool
Usable only in runWithBlockUi or listener handlers.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited