Example of Zooming & Panning in Javascript Maps Control

/
/
Zooming & Panning

This sample depicts the zooming and panning options in the maps. You can customize these options by changing the Zooming, Mouse wheel zoom, Pinch zoom, Single-click zoom, and Double-click zoom in the Properties panel.

More Details...

Zooming
Panning
Mouse wheel zoom
Pinch zoom
Single click zoom
Double click zoom
Animation duration
500ms
Description

In this example, you can see how to zoom and pan the map. The support has been provided for zooming with the toolbar, rectangle zoom, pinch zoom, mouse wheel zoom, single-click, and double-click zoom.Panning can be enabled or disabled using the Panning option. When it is disabled, the map will switch to zooming mode. Injecting Module Maps component features are segregated into individual feature-wise modules. To use the zooming feature, inject the Zoom module using the Maps.Inject(Zoom) method. More information on zooming can be found in this documentation section.