isActive method
Returns a Boolean indicating whether the "box zoom" interaction is active, i.e. currently being used.
@returns {boolean} true
if the "box zoom" interaction is active.
Implementation
bool isActive() => jsObject.isActive();
Returns a Boolean indicating whether the "box zoom" interaction is active, i.e. currently being used.
@returns {boolean} true
if the "box zoom" interaction is active.
bool isActive() => jsObject.isActive();