setMinZoom method

LeafletMap setMinZoom(
  1. double zoom
)

Sets the lower limit for the available zoom levels (see the minZoom option).

Implementation

external LeafletMap setMinZoom(double zoom);