package carnero.cgeo.mapinterfaces; /** * Defines the common functions of the provider-specific * GeoPoint implementations * @author rsudev * */ public interface GeoPointImpl { int getLatitudeE6(); int getLongitudeE6(); }