LatLngBounds

constructor(northEast: LatLng, southWest: LatLng)

Parameters

northEast
southWest

constructor(coordinates: List<List<LatLng>>)

Creates a LatLngBounds using a list of coordinates. The northeast/southwest points are automatically selected from the list.

Parameters

coordinates