Class DoubleClickZoomHandler

The DoubleClickZoomHandler allows the user to zoom the map at a point by double clicking or double tapping.

Methods

  • Disables the "double click to zoom" interaction.

    Returns void

    Example

    map.doubleClickZoom.disable();
    
  • Enables the "double click to zoom" interaction.

    Returns void

    Example

    map.doubleClickZoom.enable();
    
  • Returns a Boolean indicating whether the "double click to zoom" interaction is active, i.e. currently being used.

    Returns boolean

    true if the "double click to zoom" interaction is active.

  • 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.