getPixelWorldBounds method

Rect? getPixelWorldBounds(
  1. double? zoom
)

Calculates the pixel bounds of this camera's crs.

Implementation

Rect? getPixelWorldBounds(double? zoom) =>
    crs.getProjectedBounds(zoom ?? this.zoom);