newVisibleBounds property
Provides the new visible bounds when the current zoom completes.
Hence, if the super.onZooming(details)
is not called, there will be no
changes in the UI.
Implementation
final MapLatLngBounds? newVisibleBounds;
Provides the new visible bounds when the current zoom completes.
Hence, if the super.onZooming(details)
is not called, there will be no
changes in the UI.
final MapLatLngBounds? newVisibleBounds;