getPixelWorldBounds method

Bounds getPixelWorldBounds([
  1. double? zoom
])

Returns the world's bounds in pixel coordinates for zoom level zoom. If zoom is omitted, the map's current zoom level is used.

Implementation

external Bounds getPixelWorldBounds([double? zoom]);