bounds property

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

Current outer points/boundaries coordinates

Implementation

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