bounceAtZoomLimits property

bool bounceAtZoomLimits

Set it to false if you don't want the map to zoom beyond min/max zoom and then bounce back when pinch-zooming.

Implementation

external bool get bounceAtZoomLimits;
void bounceAtZoomLimits=(bool value)

Implementation

external set bounceAtZoomLimits(bool value);