applyUpdate abstract method

void applyUpdate(
  1. 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.

  • cameraUpdate The update that gets applied to camera.

Implementation

void applyUpdate(MapCameraUpdate cameraUpdate);