updateWhenZooming property

bool updateWhenZooming
final

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

final bool updateWhenZooming;