with maps bounds, can composite TL, TR, BL, BR.
var bounds = self.getMap().getBounds();
var latLng = new google.maps.LatLng( bounds.getNorthEast().lat(), bounds.getSouthWest().lng() );
with maps bounds, can composite TL, TR, BL, BR.
var bounds = self.getMap().getBounds();
var latLng = new google.maps.LatLng( bounds.getNorthEast().lat(), bounds.getSouthWest().lng() );