getProjectedBounds abstract method

Bounds? getProjectedBounds(
  1. double? zoom
)

Returns the projection's bounds scaled and transformed for the provided zoom.

Implementation

Bounds? getProjectedBounds(double? zoom);