L
- The type of Location
.public interface LocationProvider<L extends Location>
LocationProvider
marks classes that have an associated Location or
are capable of producing a Location
from their internal state.Modifier and Type | Method and Description |
---|---|
L |
getLocation()
Get the location associated with this object.
|
L getLocation()