Calculates the pixel bounds of this camera's crs.
Rect? getPixelWorldBounds(double? zoom) => crs.getProjectedBounds(zoom ?? this.zoom);