MapCameraDryCameraUpdateCallback typedef - mapview library - Dart API
MapCameraDryCameraUpdateCallback
MapCameraDryCameraUpdateCallback typedef
Used to report back results of dry update application to camera.
Note that this is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
cameraStateMap camera state after dry application of update
Implementation
typedef MapCameraDryCameraUpdateCallback = void Function(MapCameraState? cameraState);