MapCameraDryCameraUpdateCallback typedef

MapCameraDryCameraUpdateCallback = void Function(MapCameraState? cameraState)

Used to report back results of dry update application to camera.

Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.

  • cameraState Map camera state after dry application of update

Implementation

typedef MapCameraDryCameraUpdateCallback = void Function(MapCameraState? cameraState);