zoomIn method

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

Increases the zoom of the map by delta (zoomDelta by default())

Implementation

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