setAreaCameraBehaviorGeobox abstract method
- GeoBox geobox
Configures the Area camera to frame the specified geographic bounding box.
The camera automatically calculates the appropriate zoom level and center position to ensure the entire area is visible within the viewport.
This function does not change AutomotiveCameraBehavior.activeCameraType. To display the configured area view, set AutomotiveCameraBehavior.activeCameraType to AutomotiveCameraBehaviorActiveCameraType.area.
Calling this function overrides any previously set visible points configured via AutomotiveCameraBehavior.setAreaCameraBehaviorVisiblePoints.
geoboxThe geographic bounding box to display.
Implementation
void setAreaCameraBehaviorGeobox(GeoBox geobox);