package photato.core.metadata.gps; public interface IGpsCoordinatesDescriptionGetter { String getCoordinatesDescription(Double latitude, Double longitude); }