getMaxBounds method
Returns the maximum geographical bounds the map is constrained to, or null
if none set.
@example
var maxBounds = map.getMaxBounds();
Implementation
LngLatBounds getMaxBounds() =>
LngLatBounds.fromJsObject(jsObject.getMaxBounds());