Class LocationDtoWrapper
java.lang.Object
de.hybris.platform.storelocator.location.impl.LocationDtoWrapper
- All Implemented Interfaces:
Location
Implementation of
Location applicable for LocationDTO originating from external services-
Constructor Summary
ConstructorsConstructorDescriptionLocationDtoWrapper(AddressData addressData, GPS gps) LocationDtoWrapper(LocationDTO locationDto) -
Method Summary
Modifier and TypeMethodDescriptionGet AddressData objectGet the address'es country ISO codeReturns a POS descriptiongetGPS()Getting the geographic coordinates of the IAddressreturns MapIcon that is to be displayed on the map to represent this locationgetName()Return nameGetting the textual address of the IAddressgetType()
-
Constructor Details
-
LocationDtoWrapper
- Parameters:
addressData-gps-
-
LocationDtoWrapper
-
-
Method Details
-
getAddressData
Description copied from interface:LocationGet AddressData object- Specified by:
getAddressDatain interfaceLocation- Returns:
- String
-
getCountry
Description copied from interface:LocationGet the address'es country ISO code- Specified by:
getCountryin interfaceLocation- Returns:
- String
-
getDescription
Description copied from interface:LocationReturns a POS description- Specified by:
getDescriptionin interfaceLocation- Returns:
- String
-
getGPS
Description copied from interface:LocationGetting the geographic coordinates of the IAddress -
getMapIconUrl
Description copied from interface:Locationreturns MapIcon that is to be displayed on the map to represent this location- Specified by:
getMapIconUrlin interfaceLocation- Returns:
- String
-
getName
Description copied from interface:LocationReturn name -
getTextualAddress
Description copied from interface:LocationGetting the textual address of the IAddress- Specified by:
getTextualAddressin interfaceLocation- Returns:
- String
-
getType
-