public class LatLngBounds
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LatLngBounds.Builder |
| Constructor and Description |
|---|
LatLngBounds(LatLng southwest,
LatLng northeast) |
| Modifier and Type | Method and Description |
|---|---|
static LatLngBounds.Builder |
builder() |
boolean |
contains(LatLng point) |
boolean |
contains(LatLngBounds curBounds) |
boolean |
equals(java.lang.Object o) |
LatLng |
getNortheast() |
LatLng |
getSouthwest() |
int |
hashCode() |
LatLngBounds |
including(LatLng point) |
boolean |
intersects(LatLngBounds lnglatsBounds) |
java.lang.String |
toString() |
public static LatLngBounds.Builder builder()
public LatLng getSouthwest()
public LatLng getNortheast()
public boolean contains(LatLng point)
public boolean contains(LatLngBounds curBounds)
public boolean intersects(LatLngBounds lnglatsBounds)
public LatLngBounds including(LatLng point)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object