getPixelWorldBounds method

Bounds? getPixelWorldBounds(
  1. double? zoom
)

Get pixel world bounds with a specified zoom.

Implementation

Bounds? getPixelWorldBounds(double? zoom) {
  return crs.getProjectedBounds(zoom ?? _zoom);
}