Class DefaultRouteStyle
- java.lang.Object
-
- de.hybris.platform.storelocator.map.markers.impl.DefaultRouteStyle
-
- All Implemented Interfaces:
KmlElement,KmlStyle
public class DefaultRouteStyle extends java.lang.Object implements KmlStyle
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultRouteStyleDEFAULT_STYLE
-
Constructor Summary
Constructors Constructor Description DefaultRouteStyle(java.lang.String name, java.lang.String element)
-
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.StringgetName()java.lang.StringgetPlacemarkInjectionElement()Returns identifier String that needs to be injected in the placemark.
-
-
-
Field Detail
-
DEFAULT_STYLE
public static final DefaultRouteStyle DEFAULT_STYLE
-
-
Method Detail
-
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
-
getName
public java.lang.String getName()
- Returns:
- the name
-
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
-
-