bounds property

  1. @Deprecated('Prefer `controller.camera.visibleBounds`. ' 'This getter is now accessible via the camera. ' 'This getter is deprecated since v6.')
LatLngBounds? bounds

Current outer points/boundaries coordinates

Implementation

@Deprecated(
  'Prefer `controller.camera.visibleBounds`. '
  'This getter is now accessible via the camera. '
  'This getter is deprecated since v6.',
)
LatLngBounds? get bounds;