Add basic docs for keyboardzoominteraction
This commit is contained in:
@@ -57,6 +57,9 @@ goog.inherits(ol.interaction.KeyboardZoom, ol.interaction.Interaction);
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Handles the {@link ol.MapBrowserEvent map browser event} if it was a
|
||||||
|
* `KeyEvent`, and decides whether to zoom in or out (depending on whether the
|
||||||
|
* key pressed was '+' or '-').
|
||||||
* @param {ol.MapBrowserEvent} mapBrowserEvent Map browser event.
|
* @param {ol.MapBrowserEvent} mapBrowserEvent Map browser event.
|
||||||
* @return {boolean} `false` to stop event propagation.
|
* @return {boolean} `false` to stop event propagation.
|
||||||
* @this {ol.interaction.KeyboardZoom}
|
* @this {ol.interaction.KeyboardZoom}
|
||||||
|
|||||||
Reference in New Issue
Block a user