Class DefaultKmlGps
java.lang.Object
de.hybris.platform.storelocator.map.markers.impl.DefaultKmlGps
- All Implemented Interfaces:
KmlElement,KmlGps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns markup beginnig of this elementReturns markup KML representation of this elementReturns markup ending of this elementgetGps()Returns gps location
-
Constructor Details
-
DefaultKmlGps
- Parameters:
gps-
-
-
Method Details
-
getGps
Description copied from interface:KmlGpsReturns gps location -
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
-