Class DefaultKmlGps
- java.lang.Object
-
- de.hybris.platform.storelocator.map.markers.impl.DefaultKmlGps
-
- All Implemented Interfaces:
KmlElement,KmlGps
public class DefaultKmlGps extends java.lang.Object implements KmlGps
-
-
Constructor Summary
Constructors Constructor Description DefaultKmlGps(GPS gps)
-
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 elementGPSgetGps()Returns gps location
-
-
-
Constructor Detail
-
DefaultKmlGps
public DefaultKmlGps(GPS gps)
- Parameters:
gps-
-
-
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
-
-