animate Scene
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);
Content copied to clipboard
See also
for the available update constructors.
Parameters
update
The update to apply.