zoomOut method

LeafletMap zoomOut([
  1. double? delta,
  2. ZoomOptions? options
])

Decreases the zoom of the map by delta (zoomDelta by default).

Implementation

external LeafletMap zoomOut([double? delta, ZoomOptions? options]);