touchZoom property

bool touchZoom

Whether the map can be zoomed by touch-dragging with two fingers. If passed 'center', it will zoom to the center of the view regardless of where the touch events (fingers) were. Enabled for touch-capable web browsers except for old Androids.

Implementation

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

Implementation

external set touchZoom(bool value);