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 19.0. 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 19.0. Sets the current zoom computation strategy.

Implementation

set zoomPolicy(TrackingCameraBehaviorZoomPolicy value);