VisioMove Essential (iOS)  1.27.8

◆ CAMERA_FOCAL_POINT

- (NSString* const) CAMERA_FOCAL_POINT

The camera current focal point.

This constant should be used when a pitch/heading animation should keep focusing on the current focal point.

Example
VMECameraUpdate* lUpdate = [VMECameraUpdate cameraUpdateWithBuilderBlock:^(VMECameraUpdateBuilder *builder) {
builder.targets = [NSArray arrayWithObject:CAMERA_FOCAL_POINT]; ;
}];
NSString *const CAMERA_FOCAL_POINT
The camera current focal point.
Definition: VMECameraUpdate.h:151
NSArray * targets
An array of targets for the camera to focus on.
Definition: VMECameraUpdate.h:69
Used to build a VMECameraUpdate object.
Definition: VMECameraUpdateBuilder.h:21
Represents a camera update that can be applied to the VMEMapView.
Definition: VMECameraUpdate.h:29
Version
1.18
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy