animateScene

fun animateScene(update: VMESceneUpdate)

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);

See also

for the available update constructors.

Parameters

update

The update to apply.