Interface Location
-
- All Known Subinterfaces:
DistanceAwareLocation
- All Known Implementing Classes:
DefaultLocation
,DistanceUnawareLocation
,LocationDtoWrapper
public interface Location
Representation of single address
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressData
getAddressData()
Get AddressData objectjava.lang.String
getCountry()
Get the address'es country ISO codejava.lang.String
getDescription()
Returns a POS descriptionGPS
getGPS()
Getting the geographic coordinates of the IAddressjava.lang.String
getMapIconUrl()
returns MapIcon that is to be displayed on the map to represent this locationjava.lang.String
getName()
Return namejava.lang.String
getTextualAddress()
Getting the textual address of the IAddressjava.lang.String
getType()
-
-
-
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
-
-