dryApplyUpdate abstract method
- MapCameraUpdate cameraUpdate,
- 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.
-
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);