ol.interaction. ol.interaction.DoubleClickZoom

new DoubleClickZoom

Stability: experimental

Allows the user to zoom by double-clicking on the map.

Parameters:
Name Type Argument Description
options olx.interaction.DoubleClickZoomOptions <optional>

Options.

Properties
Name Type Description
duration number | undefined

Animation duration in milliseconds. Default is 250.

delta number | undefined

The zoom delta applied on each double click, default is 1.

Source:
  • doubleclickzoominteraction.js, line 20

Extends

  • ol.interaction.Interaction