Class DefaultIconStyle
- java.lang.Object
-
- de.hybris.platform.storelocator.map.markers.impl.DefaultIconStyle
-
- All Implemented Interfaces:
KmlElement,KmlIconStyle,KmlStyle
public class DefaultIconStyle extends java.lang.Object implements KmlIconStyle
-
-
Constructor Summary
Constructors Constructor Description DefaultIconStyle(java.lang.String name, java.lang.String iconHref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBeginning()Returns markup beginnig of this elementjava.lang.StringgetElement()Returns markup KML representation of this elementjava.lang.StringgetEnding()Returns markup ending of this elementjava.lang.StringgetIconHref()Returns real url of the iconjava.lang.StringgetPlacemarkInjectionElement()Returns identifier String that needs to be injected in the placemark.
-
-
-
Method Detail
-
getIconHref
public java.lang.String getIconHref()
Description copied from interface:KmlIconStyleReturns real url of the icon- Specified by:
getIconHrefin interfaceKmlIconStyle- Returns:
- String
-
getPlacemarkInjectionElement
public java.lang.String getPlacemarkInjectionElement()
Description copied from interface:KmlStyleReturns identifier String that needs to be injected in the placemark.- Specified by:
getPlacemarkInjectionElementin interfaceKmlStyle- Returns:
- String
-
getBeginning
public java.lang.String getBeginning()
Description copied from interface:KmlElementReturns markup beginnig of this element- Specified by:
getBeginningin interfaceKmlElement- Returns:
- String
-
getElement
public java.lang.String getElement()
Description copied from interface:KmlElementReturns markup KML representation of this element- Specified by:
getElementin interfaceKmlElement- Returns:
- String
-
getEnding
public java.lang.String getEnding()
Description copied from interface:KmlElementReturns markup ending of this element- Specified by:
getEndingin interfaceKmlElement- Returns:
- String
-
-