Java com.google.gwt.maps.client.geom LatLngBounds fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.geom LatLngBounds fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.geom LatLngBounds.

The text is from its open source code.

Method

booleancontainsBounds(LatLngBounds other)
Returns true if the passed rectangle is contained within this rectangle.
voidextend(LatLng coordinate)
Returns a new rectangle such that it contains the given point.
LatLnggetCenter()
Returns the point at the center of the rectangle.
LatLnggetNorthEast()
Returns the point at the north-east corner of the rectangle.
LatLnggetSouthWest()
Returns the point at the south-west corner of the rectangle.
booleanintersects(LatLngBounds other)
Returns true if the specified rectangle intersects this rectangle.
booleanisEmpty()
Returns true if this rectangle is empty.
LatLngBoundsnewInstance(LatLng southWest, LatLng northEast)
Construct a new LatLngBounds object by specifying two opposite corners.
LatLngBoundsnewInstance()
Construct a new LatLngBounds object.