getBounds static method

BoundingBox getBounds(
  1. BoundingBox bbox
)

Gets bounds based on a bounding box.

Implementation

static mapkit_geometry_geometry.BoundingBox getBounds(
    mapkit_geometry_geometry.BoundingBox bbox) {
  return _getBounds(
    bbox,
  );
}