Visible Region
constructor(farLeft: LatLng, farRight: LatLng, nearLeft: LatLng, nearRight: LatLng, latLngBounds: LatLngBounds)
Creates a VisibleRegion given the four corners of the camera.
Parameters
far Left
A LatLng object containing the latitude and longitude of the far left corner of the region.
far Right
A LatLng object containing the latitude and longitude of the far right corner of the region.
near Left
A LatLng object containing the latitude and longitude of the near left corner of the region.
near Right
A LatLng object containing the latitude and longitude of the near right corner of the region.
lat Lng Bounds
The smallest bounding box that includes the visible region defined in this class.