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

Example usage for Java com.google.gwt.maps.client.base 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.base LatLngBounds.

The text is from its open source code.

Method

LatLngBoundsextend(LatLng point)
Extends this bounds to contain the given point.
LatLnggetCenter()
Computes the center of this LatLngBounds
LatLnggetNorthEast()
Returns the north-east corner of this bounds.
LatLnggetSouthWest()
Returns the south-west corner of this bounds.
LatLngBoundsnewInstance(LatLng sw, LatLng ne)
creates A LatLngBounds instance represents a rectangle in geographical coordinates, including one that crosses the 180 degrees longitudinal meridian.
LatLngBoundsunion(LatLngBounds other)
Extends this bounds to contain the union of this and the given bounds.