Controls scale of your map view
Last updated 4 years ago
Sets the zoom level of the map.
mapInstance.setZoom(5);
Gets the current zoom level of the map.
The current zoom level of the map.
mapInstance.getZoom(); return 5
Required Parameter
Description
Type
value
Zoom level (0-20)
Numeric