package au.gov.amsa.risky.format; public interface HasPosition { float lat(); float lon(); }