scrollWheelZoom property

bool scrollWheelZoom

Whether the map can be zoomed by using the mouse wheel. If passed 'center', it will zoom to the center of the view regardless of where the mouse was.

Implementation

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

Implementation

external set scrollWheelZoom(bool value);