worldWidth property

double get worldWidth
inherited

Returns the world size in pixels.

Equivalent to MapCamera.getWorldWidthAtZoom.

Implementation

double get worldWidth => camera.getWorldWidthAtZoom();