public class IALatLng
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<IALatLng> |
CREATOR |
double |
latitude
Latitude in degrees
|
double |
longitude
Longitude in degrees
|
| Modifier | Constructor and Description |
|---|---|
|
IALatLng(double latitude,
double longitude) |
protected |
IALatLng(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final double latitude
public final double longitude
public static final android.os.Parcelable.Creator<IALatLng> CREATOR
public IALatLng(double latitude,
double longitude)
protected IALatLng(android.os.Parcel in)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable