Interface LocationProvider
-
- All Known Subinterfaces:
User
public interface LocationProvider
Represents an object, that has a location- Since:
- 10.0.34
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Location
getLocation()
Returns the location or null
-
-
-
Method Detail
-
getLocation
Location getLocation()
Returns the location or null- Returns:
- the location object or null
- Since:
- 10.0.34
-
-