applyUpdate abstract method
- MapCameraUpdate cameraUpdate
Applies camera update to the map camera.
Any ongoing camera animations will be cancelled and the corresponding camera animation listener will be notified.
cameraUpdateThe update that gets applied to camera.
Implementation
void applyUpdate(MapCameraUpdate cameraUpdate);