zooming out option for ol.interaction.DragZoom
This commit is contained in:
+10
-1
@@ -2520,7 +2520,8 @@ olx.interaction.DragRotateOptions.prototype.duration;
|
||||
/**
|
||||
* @typedef {{className: (string|undefined),
|
||||
* condition: (ol.events.ConditionType|undefined),
|
||||
* duration: (number|undefined)}}
|
||||
* duration: (number|undefined),
|
||||
* out: (boolean|undefined)}}
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.DragZoomOptions;
|
||||
@@ -2552,6 +2553,14 @@ olx.interaction.DragZoomOptions.prototype.condition;
|
||||
olx.interaction.DragZoomOptions.prototype.duration;
|
||||
|
||||
|
||||
/**
|
||||
* Use interaction for zooming out. Default is `false`.
|
||||
* @type {boolean|undefined}
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.DragZoomOptions.prototype.out;
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{clickTolerance: (number|undefined),
|
||||
* features: (ol.Collection.<ol.Feature>|undefined),
|
||||
|
||||
Reference in New Issue
Block a user