maxBounds property

LngLatBounds maxBounds

If set, the map will be constrained to the given bounds.

Implementation

LngLatBounds get maxBounds => LngLatBounds.fromJsObject(jsObject.maxBounds);