onCameraIdle property

(dynamic Function(LatLngBounds)?) onCameraIdle
final

Called when camera movement has ended, there are no pending animations and the user has stopped interacting with the map.

Implementation

final Function(LatLngBounds)? onCameraIdle;