LatLngBounds.fromArray constructor

LatLngBounds.fromArray(
  1. List latlngs
)

Creates a LatLngBounds object defined by the geographical points it contains. Very useful for zooming the map to fit a particular set of locations with fitBounds.

Implementation

external LatLngBounds.fromArray(List latlngs);