isActive method

bool isActive()

Active state is turned on and off with every scroll wheel event and is set back to false before the map render is called, so _active is not a good candidate for determining if a scroll zoom animation is in progress.

Implementation

bool isActive() => jsObject.isActive();