public class LatLngBounds
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
LatLngBounds() |
Modifier and Type | Method and Description |
---|---|
static LatLngBounds |
create(LatLng southWest,
LatLng northEast) |
LatLng |
getCenter() |
LatLng |
getNorthEast() |
LatLng |
getSouthWest() |
java.lang.String |
toBBoxString() |