Interface LocationProvider

  • All Known Subinterfaces:
    User

    public interface LocationProvider
    Represents an object, that has a location
    Since:
    10.0.34
    • Method Detail

      • getLocation

        Location getLocation()
        Returns the location or null
        Returns:
        the location object or null
        Since:
        10.0.34