updateWhenZooming property

bool updateWhenZooming

By default, a smooth zoom animation (during a touch zoom or a flyTo()) will update grid layers every integer zoom level. Setting this option to false will update the grid layer only when the smooth animation ends.

Implementation

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

Implementation

external set updateWhenZooming(bool value);