MapCameraDryCameraUpdateCallback typedef

MapCameraDryCameraUpdateCallback = void Function(MapCameraState? cameraState)

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.

  • cameraState Map camera state after dry application of update

Implementation

typedef MapCameraDryCameraUpdateCallback = void Function(MapCameraState? cameraState);