setZoom method

LeafletMap setZoom(
  1. double zoom, [
  2. ZoomOptions? options
])

Sets the zoom of the map.

Implementation

external LeafletMap setZoom(double zoom, [ZoomOptions? options]);