bounds property

LngLatBounds bounds

The initial bounds of the map. If bounds is specified, it overrides center and zoom constructor options.

Implementation

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