public class LocationPoint extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<LocationPoint> |
CREATOR |
double |
latitude
The latitude in degrees of this location point.
|
double |
longitude
The longitude in degrees of this location point.
|
Constructor and Description |
---|
LocationPoint(double latitude,
double longitude) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public double latitude
public double longitude
public static final android.os.Parcelable.Creator<LocationPoint> CREATOR
public LocationPoint(double latitude, double longitude)
latitude
- The latitude in degrees of this location point.longitude
- The longitude in degrees of this location point.