Package org.openhab.core.i18n
Interface LocationProvider
@NonNullByDefault
public interface LocationProvider
This interface describes a provider for a location.
- Author:
- Stefan Triller - Initial contribution
-
Method Summary
Modifier and TypeMethodDescription@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
-