initialLatLngBounds property
Option to set the LatLng bounds initially for the tile or shape layer.
This property cannot be updated dynamically.
The map will be rendered based on value of initialLatLngBounds property in the visible bounds.
See also:
- MapZoomPanBehavior.latLngBounds, for dynamically updating the LatLng bounds.
Implementation
final MapLatLngBounds? initialLatLngBounds;