isEnabled property
bool
get
isEnabled
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.
Implementation
core.bool get isEnabled;
set
isEnabled
(bool val)
Implementation
set isEnabled(core.bool val);