getPixelWorldBounds method

Bounds<num>? getPixelWorldBounds(
  1. double? zoom
)

Calculates the pixel bounds of this camera's crs.

Implementation

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