aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ICoordinates.java
Commit message (Collapse)AuthorAgeFilesLines
* rename packageBananeweizen2014-11-021-1/+1
| | | | The package not only contains the GeoPoint definition, but other location related classes, too.
* Waypoint and caches both have coordinates, add ICoordinates interfaceSamuel Tardieu2012-04-111-0/+9
Geopoint obviously implements ICoordinates. Also, getLongitude() and getLatitude() were only used in tests, remove them.