dryApplyUpdate abstract method
- MapCameraUpdate cameraUpdate,
- 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.
-
cameraUpdateThe update that gets dryly applied to camera. -
callbackCalled upon completion with computed map state. The callback is called from an arbitrary thread.
Implementation
void dryApplyUpdate(MapCameraUpdate cameraUpdate, MapCameraDryCameraUpdateCallback callback);