CameraPositionCallback typedef
CameraPositionCallback =
void Function(CameraPosition position)
Callback that receives updates to the camera position.
This callback is triggered when the platform Google Map registers a camera movement.
This is used in GoogleMap.onCameraMove
.
Implementation
typedef CameraPositionCallback = void Function(CameraPosition position);