Interface LocationProvider


@NonNullByDefault public interface LocationProvider
This interface describes a provider for a location.
Author:
Stefan Triller - Initial contribution
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable PointType
    Provides access to the location of the installation
  • Method Details

    • getLocation

      @Nullable PointType getLocation()
      Provides access to the location of the installation
      Returns:
      location of the current installation or null if the location is not set