public final class VisibleRegion
extends java.lang.Object
implements android.os.Parcelable
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static android.os.Parcelable.Creator<VisibleRegion> |
CREATOR |
LatLng |
farLeft
カメラの遠い左隅の緯度経度
|
LatLng |
farRight
カメラの遠い右隅の緯度経度
|
LatLngBounds |
latLngBounds
このクラスで定義された表示領域を含む最小のバウンディングボックス
|
LatLng |
nearLeft
カメラの左下隅の緯度経度
|
LatLng |
nearRight
カメラの右下隅の緯度経度
|
| コンストラクタと説明 |
|---|
VisibleRegion(LatLng nearLeft,
LatLng nearRight,
LatLng farLeft,
LatLng farRight,
LatLngBounds latLngBounds)
与えられたカメラの四隅で、新しいVisibleRegionを生成する。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object obj)
このVisibleRegionと別のオブジェクトを比較する。
|
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final LatLng farLeft
public final LatLng farRight
public final LatLngBounds latLngBounds
public final LatLng nearLeft
public final LatLng nearRight
public static final android.os.Parcelable.Creator<VisibleRegion> CREATOR
public VisibleRegion(LatLng nearLeft, LatLng nearRight, LatLng farLeft, LatLng farRight, LatLngBounds latLngBounds)
nearLeft - 左下隅の緯度経度nearRight - 右下隅の緯度経度farLeft - 遠い左隅の緯度経度farRight - 遠い右隅の緯度経度latLngBounds - このクラスで定義された表示領域を含む最小のバウンディングボックスpublic int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
trueを返す。equals クラス内 java.lang.Objectpublic java.lang.String toString()
toString クラス内 java.lang.Objectpublic int describeContents()
describeContents インタフェース内 android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel インタフェース内 android.os.Parcelable