Class DefaultRouteStyle
java.lang.Object
de.hybris.platform.storelocator.map.markers.impl.DefaultRouteStyle
- All Implemented Interfaces:
KmlElement,KmlStyle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns markup beginnig of this elementReturns markup KML representation of this elementReturns markup ending of this elementgetName()Returns identifier String that needs to be injected in the placemark.
-
Field Details
-
DEFAULT_STYLE
-
-
Constructor Details
-
DefaultRouteStyle
- Parameters:
element-
-
-
Method Details
-
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
-
getName
- Returns:
- the name
-
getPlacemarkInjectionElement
Description copied from interface:KmlStyleReturns identifier String that needs to be injected in the placemark.- Specified by:
getPlacemarkInjectionElementin interfaceKmlStyle- Returns:
- String
-