newVisibleBounds property

MapLatLngBounds? newVisibleBounds
final

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;