updateScene

fun updateScene(update: VMESceneUpdate)

Updates the change of scene from the current scene to the scene defined in the update. The update is instantaneous.

Since

1.19

VMESceneUpdate lUpdate = VMESceneUpdate.newViewModeFloorID(VMEViewMode.FLOOR, "B2-UL00");
mMapController.updateScene(lUpdate);

See also

for the available update constructors.

Parameters

update

The update to apply.