getEnclosingCamera abstract method

Camera getEnclosingCamera(
  1. BoundingBox boundingBox
)

@brief Calculates camera that fits provided bounding box. @param boundingBox Metrics bounding box to enclose.

Dart code snippet: @snippet location_window_common_example.dart dart_LocationWindow_getEnclosingCamera

Implementation

Camera getEnclosingCamera(BoundingBox boundingBox);