VisibleRegion

constructor(farLeft: LatLng, farRight: LatLng, nearLeft: LatLng, nearRight: LatLng, latLngBounds: LatLngBounds)

Creates a VisibleRegion given the four corners of the camera.

Parameters

farLeft

A LatLng object containing the latitude and longitude of the far left corner of the region.

farRight

A LatLng object containing the latitude and longitude of the far right corner of the region.

nearLeft

A LatLng object containing the latitude and longitude of the near left corner of the region.

nearRight

A LatLng object containing the latitude and longitude of the near right corner of the region.

latLngBounds

The smallest bounding box that includes the visible region defined in this class.