package net.iubris.ulysses.ui.activity._base; import android.location.Location; public interface Locatable { Location getLocation(); }