No olx and ol types for ol/interaction/DoubleClickZoom

This commit is contained in:
ahocevar
2018-03-14 12:29:40 +01:00
parent e0e9c2677d
commit cfb8cd3d62
3 changed files with 11 additions and 33 deletions

View File

@@ -5,29 +5,6 @@
let olx;
/**
* @typedef {{duration: (number|undefined),
* delta: (number|undefined)}}
*/
olx.interaction.DoubleClickZoomOptions;
/**
* Animation duration in milliseconds. Default is `250`.
* @type {number|undefined}
* @api
*/
olx.interaction.DoubleClickZoomOptions.prototype.duration;
/**
* The zoom delta applied on each double click, default is `1`.
* @type {number|undefined}
* @api
*/
olx.interaction.DoubleClickZoomOptions.prototype.delta;
/**
* @typedef {{formatConstructors: (Array.<function(new: ol.format.Feature)>|undefined),
* source: (ol.source.Vector|undefined),