Class DefaultIconStyle
java.lang.Object
de.hybris.platform.storelocator.map.markers.impl.DefaultIconStyle
- All Implemented Interfaces:
KmlElement,KmlIconStyle,KmlStyle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns markup beginnig of this elementReturns markup KML representation of this elementReturns markup ending of this elementReturns real url of the iconReturns identifier String that needs to be injected in the placemark.
-
Constructor Details
-
DefaultIconStyle
- Parameters:
name-iconHref-
-
-
Method Details
-
getIconHref
Description copied from interface:KmlIconStyleReturns real url of the icon- Specified by:
getIconHrefin interfaceKmlIconStyle- Returns:
- String
-
getPlacemarkInjectionElement
Description copied from interface:KmlStyleReturns identifier String that needs to be injected in the placemark.- Specified by:
getPlacemarkInjectionElementin interfaceKmlStyle- Returns:
- String
-
getBeginning
Description copied from interface:KmlElementReturns markup beginnig of this element- Specified by:
getBeginningin interfaceKmlElement- Returns:
- String
-
getElement
Description copied from interface:KmlElementReturns markup KML representation of this element- Specified by:
getElementin interfaceKmlElement- Returns:
- String
-
getEnding
Description copied from interface:KmlElementReturns markup ending of this element- Specified by:
getEndingin interfaceKmlElement- Returns:
- String
-