zoomPolicy property

TrackingCameraBehaviorZoomPolicy zoomPolicy

The strategy of computing the zoom level. Defines the strategy used to compute the zoom level based on scene heuristics. 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. Sets the current zoom computation strategy.

Implementation

set zoomPolicy(TrackingCameraBehaviorZoomPolicy value);