VisioMove Essential (iOS)  1.27.3

◆ animateCamera:()

- (void) animateCamera: (VMECameraUpdate *_Nonnull)  update

Animates the movement of the camera from the current position to the position defined in the update.

See also
VMECameraUpdate for the available update Create Map View.
Parameters
updateThe update to apply.
Example
VMECameraUpdate* lUpdate = [VMECameraUpdate cameraUpdateWithBuilderBlock:^(VMECameraUpdateBuilder *builder) {
builder.targets = [NSArray arrayWithObject:@"B2-UL00"];
builder.heading = [VMECameraHeading cameraHeadingForPlaceID:@"B2"];
builder.viewMode = VMEViewModeFloor;
builder.distanceRange = [VMECameraDistanceRange cameraDistanceRangeMinRadius:40 andMaxRadius:200];
builder.pitch = [VMECameraPitch cameraPitchWithPitch:-30] ;
}];
[self.mapView animateCamera:lUpdate];
Version
1.2
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy