public class LocationCoordinates extends java.lang.Object implements Coordinates
Coordinates.Type| Modifier and Type | Field and Description | 
|---|---|
| static android.os.Parcelable.Creator<LocationCoordinates> | CREATORParcelable CREATOR constant. | 
| Constructor and Description | 
|---|
| LocationCoordinates(double x,
                   double y,
                   double z) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | describeContents() | 
| boolean | equals(java.lang.Object o) | 
| Coordinates.Type | getType() | 
| double | getX() | 
| double | getY() | 
| double | getZ() | 
| int | hashCode() | 
| java.lang.String | toString() | 
| void | writeToParcel(android.os.Parcel dest,
             int flags) | 
public static final android.os.Parcelable.Creator<LocationCoordinates> CREATOR
public double getX()
public double getY()
public double getZ()
public Coordinates.Type getType()
getType in interface Coordinatespublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode 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