VisioMove Essential (Android)  1.27.6

◆ updateCamera()

void updateCamera ( VMECameraUpdate  update)

Repositions the camera according to the instructions defined in the update.

The update is instantaneous.

See also
VMECameraUpdate for the available update Creating map view.
Parameters
updateThe update to apply.
Version
1.19
Example
VMECameraUpdate lUpdate = new VMECameraUpdateBuilder()
.setTargets(Arrays.asList("outside"))
.setHeading(VMECameraHeading.newHeading(60.0f))
.setViewMode(VMEViewMode.GLOBAL)
.setPitch(VMECameraPitch.newPitch(-30))
.setDistanceRange(VMECameraDistanceRange.newRadiusRange(10,100))
.build();
mapView.updateCamera(lUpdate);
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy