VisioMove Essential (iOS)  1.27.8

◆ updateScene:

- (void) updateScene: (VMESceneUpdate *_Nonnull)  update

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

The update is instantaneous.

See also
VMESceneUpdate for the available update Create Map View.
Parameters
updateThe update to apply.
Example
VMESceneUpdate* lUpdate = [VMESceneUpdate sceneUpdateForViewMode:VMEViewModeFloor
floorID:@"B2-UL00"];
[self.mapView updateScene:lUpdate];
@ VMEViewModeFloor
In floor mode, the following occurs:
Definition: VMEViewMode.h:34
Represents a scene update that can be applied to the VMEMapView.
Definition: VMESceneUpdate.h:29
Version
1.2
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy