CAMERA_FOCAL_POINT

const val CAMERA_FOCAL_POINT: String

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

Since

1.19

VMECameraUpdate lUpdate = new VMECameraUpdateBuilder()
.setTargets(Arrays.asList(VMECameraUpdate.CAMERA_FOCAL_POINT))
.build();