pixelBounds property

Rect get pixelBounds

Calculates the pixel bounds of this MapCamera. This value is cached.

Implementation

Rect get pixelBounds =>
    _pixelBounds ?? (_pixelBounds = pixelBoundsAtZoom(zoom));