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