public final class LatLngBounds
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LatLngBounds.Builder
地理范围构造器
|
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
LatLng |
northeast
该地理范围东北坐标
|
LatLng |
southwest
该地理范围西南坐标
|
Modifier | Constructor and Description |
---|---|
protected |
LatLngBounds(Parcel in) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(LatLng point)
判断该地理范围是否包含一个地理位置
|
int |
describeContents() |
LatLng |
getCenter()
获取该地理范围的中心地理坐标
|
void |
setCenter(LatLng center)
设置该地理范围的中心地理坐标
|
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public final LatLng northeast
public final LatLng southwest
public static final <any> CREATOR
public boolean contains(LatLng point)
point
- 被判断的地理位置public void setCenter(LatLng center)
center
- 该地理范围的中心地理坐标public LatLng getCenter()
public int describeContents()
public void writeToParcel(Parcel dest, int flags)
public java.lang.String toString()
toString
in class java.lang.Object