MapCameraListener constructor
- void onMapCameraUpdatedLambda()
Abstract class for objects that want to get updates whenever the map is redrawn after camera parameters change.
Implementation
factory MapCameraListener(
void Function(MapCameraState) onMapCameraUpdatedLambda,
) => MapCameraListener$Lambdas(
onMapCameraUpdatedLambda,
);