zoomDelta property

double zoomDelta

Controls how much the map's zoom level will change after a zoomIn(), zoomOut(), pressing + or - on the keyboard, or using the zoom controls. Values smaller than 1 (e.g. 0.5) allow for greater granularity.

Implementation

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

Implementation

external set zoomDelta(double value);