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