getPixelWorldBounds method

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

Implementation

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