visibleBounds property

LatLngBounds get visibleBounds

This is the LatLngBounds corresponding to four corners of this camera. This takes rotation into account.

Implementation

LatLngBounds get visibleBounds => _bounds ??= _computeVisibleBounds();