isEnabled method

bool isEnabled()

Returns a Boolean indicating whether the "double click to zoom" interaction is enabled.

@returns {boolean} true if the "double click to zoom" interaction is enabled.

Implementation

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