Class DefaultRouteStyle

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

public class DefaultRouteStyle extends Object implements KmlStyle
  • Field Details

  • Constructor Details

    • DefaultRouteStyle

      public DefaultRouteStyle(String name, String element)
      Parameters:
      element -
  • Method Details

    • 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
    • getName

      public String getName()
      Returns:
      the name
    • 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