public final class LatLngBounds
extends java.lang.Object
implements android.os.Parcelable
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
LatLngBounds.Builder
LatLngBoundsを作成するビルダークラス。
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static android.os.Parcelable.Creator<LatLngBounds> |
CREATOR |
LatLng |
northeast
範囲の北東 緯度経度
|
LatLng |
southwest
範囲の南西 緯度経度
|
| コンストラクタと説明 |
|---|
LatLngBounds(LatLng southwest,
LatLng northeast)
コンストラクタ。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static LatLngBounds.Builder |
builder()
LatLngBounds.Builderを生成する。 |
boolean |
contains(LatLng point)
指定緯度経度が内側にあるか判定する。
|
int |
describeContents() |
boolean |
equals(java.lang.Object obj) |
LatLng |
getCenter()
中心緯度経度を取得する。
|
int |
hashCode() |
LatLngBounds |
including(LatLng point)
指定座標を含むLatLngBoundsを取得する。
|
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final LatLng southwest
public final LatLng northeast
public static final android.os.Parcelable.Creator<LatLngBounds> CREATOR
public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
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.Parcelablepublic LatLng getCenter()
public LatLngBounds including(LatLng point)
point - 緯度経度public static LatLngBounds.Builder builder()
LatLngBounds.Builderを生成する。LatLngBounds.Builderpublic boolean contains(LatLng point)
point - 緯度経度