setMaxZoom method

LeafletMap setMaxZoom(
  1. double zoom
)

Sets the upper limit for the available zoom levels (see the maxZoom option).

Implementation

external LeafletMap setMaxZoom(double zoom);