package cgeo.geocaching; import cgeo.geocaching.location.Geopoint; public interface ICoordinates { public abstract Geopoint getCoords(); }