M/impl/control/Panzoombar~Panzoombar


import Panzoombar from 'M/impl/control/Panzoombar';

new Panzoombar()

impl/ol/control/Panzoombar.js, line 18

Extends

  • ol.control.Control

Methods

addTo(map, template)

impl/ol/control/Panzoombar.js, line 32

This function adds the control to the specified map

Name Type Description
map M.Map

to add the plugin

template function

template of this control

destroy()

impl/ol/control/Panzoombar.js, line 58

This function destroys this control, cleaning the HTML and unregistering all events

getElement()

impl/ol/control/Panzoombar.js, line 45

TODO