parameters. It will be useful for this to take any two points
instead of SW and NE corner points.
Currently, we have to do
properBounds = new GLatLngBounds(bounds.extend(se ), bounds.extend(nw))
for functions like GMap.getBoundsZoomLevel to work properly. If you