bounds property
LngLatBounds
get
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);