pixelBounds property

Bounds<double> pixelBounds

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

Implementation

Bounds<double> get pixelBounds =>
    _pixelBounds ?? (_pixelBounds = pixelBoundsAtZoom(zoom));