1 2 3 4 5
package cgeo.geocaching; public interface UpdateLocationCallback { public void updateLocation(cgGeo geo); }