maxBounds property
LngLatBounds
get
maxBounds
If set, the map will be constrained to the given bounds.
Implementation
LngLatBounds get maxBounds => LngLatBounds.fromJsObject(jsObject.maxBounds);
If set, the map will be constrained to the given bounds.
LngLatBounds get maxBounds => LngLatBounds.fromJsObject(jsObject.maxBounds);