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: 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.

  • 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);