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.Object
public boolean equals(java.lang.Object obj)
true
を返す。equals
クラス内 java.lang.Object
public java.lang.String toString()
toString
クラス内 java.lang.Object
public int describeContents()
describeContents
インタフェース内 android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
インタフェース内 android.os.Parcelable