Interface DistanceAwareLocation
-
- All Superinterfaces:
java.lang.Comparable<DistanceAwareLocation>,Location
- All Known Implementing Classes:
DefaultLocation
public interface DistanceAwareLocation extends Location, java.lang.Comparable<DistanceAwareLocation>
Represents a location that keeps information to a reference GPS position. Such location may be used as Points Of Interest on a map. Such POIs can be easily sorted by the distance value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.DoublegetDistance()returns distance [km] to reference GPS position-
Methods inherited from interface de.hybris.platform.storelocator.location.Location
getAddressData, getCountry, getDescription, getGPS, getMapIconUrl, getName, getTextualAddress, getType
-
-