Module: ol/control/Zoom
This documentation is for OpenLayers v
5.3.2. The
latest is v
.
Classes
- Zoom
Type Definitions
-
-
Properties:
Name |
Type |
Argument |
Default |
Description |
duration
|
number
|
<optional>
|
250
|
Animation duration in milliseconds. |
className
|
string
|
<optional>
|
'ol-zoom'
|
CSS class name. |
zoomInLabel
|
string
|
HTMLElement
|
<optional>
|
'+'
|
Text label to use for the zoom-in
button. Instead of text, also an element (e.g. a span element) can be used. |
zoomOutLabel
|
string
|
HTMLElement
|
<optional>
|
'-'
|
Text label to use for the zoom-out button.
Instead of text, also an element (e.g. a span element) can be used. |
zoomInTipLabel
|
string
|
<optional>
|
'Zoom in'
|
Text label to use for the button tip. |
zoomOutTipLabel
|
string
|
<optional>
|
'Zoom out'
|
Text label to use for the button tip. |
delta
|
number
|
<optional>
|
1
|
The zoom delta applied on each click. |
target
|
HTMLElement
|
string
|
<optional>
|
|
Specify a target if you want the control to be
rendered outside of the map's viewport. |