zoomSnap property

double zoomSnap

Forces the map's zoom level to always be a multiple of this, particularly right after a fitBounds() or a pinch-zoom. By default, the zoom level snaps to the nearest integer; lower values (e.g. 0.5 or 0.1) allow for greater granularity. A value of 0 means the zoom level will not be snapped after fitBounds or a pinch-zoom.

Implementation

external double get zoomSnap;
void zoomSnap=(double value)

Implementation

external set zoomSnap(double value);