Class DefaultIconStyle

java.lang.Object
de.hybris.platform.storelocator.map.markers.impl.DefaultIconStyle
All Implemented Interfaces:
KmlElement, KmlIconStyle, KmlStyle

public class DefaultIconStyle extends Object implements KmlIconStyle
  • Constructor Details

    • DefaultIconStyle

      public DefaultIconStyle(String name, String iconHref)
      Parameters:
      name -
      iconHref -
  • Method Details

    • getIconHref

      public String getIconHref()
      Description copied from interface: KmlIconStyle
      Returns real url of the icon
      Specified by:
      getIconHref in interface KmlIconStyle
      Returns:
      String
    • getPlacemarkInjectionElement

      public String getPlacemarkInjectionElement()
      Description copied from interface: KmlStyle
      Returns identifier String that needs to be injected in the placemark.
      Specified by:
      getPlacemarkInjectionElement in interface KmlStyle
      Returns:
      String
    • getBeginning

      public String getBeginning()
      Description copied from interface: KmlElement
      Returns markup beginnig of this element
      Specified by:
      getBeginning in interface KmlElement
      Returns:
      String
    • getElement

      public String getElement()
      Description copied from interface: KmlElement
      Returns markup KML representation of this element
      Specified by:
      getElement in interface KmlElement
      Returns:
      String
    • getEnding

      public String getEnding()
      Description copied from interface: KmlElement
      Returns markup ending of this element
      Specified by:
      getEnding in interface KmlElement
      Returns:
      String