getMaxBounds method

LngLatBounds getMaxBounds()

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());