Loading location/java/android/location/Location.java +3 −2 Original line number Diff line number Diff line Loading @@ -583,7 +583,8 @@ public class Location implements Parcelable { } /** * Get the altitude if available, in meters above sea level. * Get the altitude if available, in meters above the WGS 84 reference * ellipsoid. * * <p>If this location does not have an altitude then 0.0 is returned. */ Loading @@ -592,7 +593,7 @@ public class Location implements Parcelable { } /** * Set the altitude, in meters above sea level. * Set the altitude, in meters above the WGS 84 reference ellipsoid. * * <p>Following this call {@link #hasAltitude} will return true. */ Loading Loading
location/java/android/location/Location.java +3 −2 Original line number Diff line number Diff line Loading @@ -583,7 +583,8 @@ public class Location implements Parcelable { } /** * Get the altitude if available, in meters above sea level. * Get the altitude if available, in meters above the WGS 84 reference * ellipsoid. * * <p>If this location does not have an altitude then 0.0 is returned. */ Loading @@ -592,7 +593,7 @@ public class Location implements Parcelable { } /** * Set the altitude, in meters above sea level. * Set the altitude, in meters above the WGS 84 reference ellipsoid. * * <p>Following this call {@link #hasAltitude} will return true. */ Loading