Methods Summary |
---|
public final double | getElevation()
return mElevation;
|
public final double | getLatitude()
return mLatitude;
|
public final double | getLongitude()
return mLongitude;
|
public final boolean | hasElevation()
return mHasElevation;
|
final void | setElevation(double elevation)
mElevation = elevation;
mHasElevation = true;
|
final void | setLocation(double longitude, double latitude)
mLongitude = longitude;
mLatitude = latitude;
|