Commit ec039bcc authored by Nils Richerzhagen's avatar Nils Richerzhagen
Browse files

Longitude instead of latitude in description.

parent c5fe25ae
...@@ -65,7 +65,7 @@ public interface Location extends Transmitable, Cloneable { ...@@ -65,7 +65,7 @@ public interface Location extends Transmitable, Cloneable {
* *
* In most simulation setups, instead of geographic coordinates, we simply * In most simulation setups, instead of geographic coordinates, we simply
* rely on x and y (therefore, please use distanceTo and bearingTo for * rely on x and y (therefore, please use distanceTo and bearingTo for
* calculations)! In such circumstances, the Latitude corresponds to * calculations)! In such circumstances, the Longitude corresponds to
* <strong>x</strong>. * <strong>x</strong>.
* *
* @return longitude (or x) * @return longitude (or x)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment