zoomPolicy property

TrackingCameraBehaviorZoomPolicy zoomPolicy

The strategy of computing the zoom level. Defines the strategy used to compute the zoom level based on scene heuristics. Defaults to a fixed zoom policy at zoom level 16.5. Gets the current zoom computation strategy.

Implementation

TrackingCameraBehaviorZoomPolicy get zoomPolicy;
void zoomPolicy=(TrackingCameraBehaviorZoomPolicy value)

The strategy of computing the zoom level. Defines the strategy used to compute the zoom level based on scene heuristics. Defaults to a fixed zoom policy at zoom level 16.5. Sets the current zoom computation strategy.

Implementation

set zoomPolicy(TrackingCameraBehaviorZoomPolicy value);