animateScene

Animates the change of scene from the current scene to the scene defined in the update.

Since

1.19

VMESceneUpdate lUpdate = VMESceneUpdate.newViewMode(VMEViewMode.GLOBAL);
mMapController.animateScene(lUpdate);

Parameters

update

The update to apply.

See also

for the available update constructors.