aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ICoordinates.java
Commit message (Collapse)AuthorAgeFilesLines
* 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.