isEnabled method
Returns a Boolean indicating whether the "scroll to zoom" interaction is enabled.
@returns {boolean} true
if the "scroll to zoom" interaction is enabled.
Implementation
bool isEnabled() => jsObject.isEnabled();
Returns a Boolean indicating whether the "scroll to zoom" interaction is enabled.
@returns {boolean} true
if the "scroll to zoom" interaction is enabled.
bool isEnabled() => jsObject.isEnabled();