Interface Location
-
- All Known Subinterfaces:
DistanceAwareLocation
- All Known Implementing Classes:
DefaultLocation,DistanceUnawareLocation,LocationDtoWrapper
public interface LocationRepresentation of single address
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressDatagetAddressData()Get AddressData objectjava.lang.StringgetCountry()Get the address'es country ISO codejava.lang.StringgetDescription()Returns a POS descriptionGPSgetGPS()Getting the geographic coordinates of the IAddressjava.lang.StringgetMapIconUrl()returns MapIcon that is to be displayed on the map to represent this locationjava.lang.StringgetName()Return namejava.lang.StringgetTextualAddress()Getting the textual address of the IAddressjava.lang.StringgetType()
-
-
-
Method Detail
-
getName
java.lang.String getName()
Return name- Returns:
- String
-
getDescription
java.lang.String getDescription()
Returns a POS description- Returns:
- String
-
getGPS
GPS getGPS()
Getting the geographic coordinates of the IAddress- Returns:
- GPS
-
getCountry
java.lang.String getCountry()
Get the address'es country ISO code- Returns:
- String
-
getTextualAddress
java.lang.String getTextualAddress()
Getting the textual address of the IAddress- Returns:
- String
-
getAddressData
AddressData getAddressData()
Get AddressData object- Returns:
- String
-
getMapIconUrl
java.lang.String getMapIconUrl()
returns MapIcon that is to be displayed on the map to represent this location- Returns:
- String
-
getType
java.lang.String getType()
- Returns:
- String describing location type
-
-