dryApplyUpdate abstract method

void dryApplyUpdate(
  1. MapCameraUpdate cameraUpdate,
  2. MapCameraDryCameraUpdateCallback callback
)

Computes result of applying camera update without changing state of the map 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.

  • cameraUpdate The update that gets dryly applied to camera.

  • callback Called upon completion with computed map state. The callback is called from an arbitrary thread.

Implementation

void dryApplyUpdate(MapCameraUpdate cameraUpdate, MapCameraDryCameraUpdateCallback callback);