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

public class DefaultKmlGps extends Object implements KmlGps
  • Constructor Details

    • DefaultKmlGps

      public DefaultKmlGps(GPS gps)
      Parameters:
      gps -
  • Method Details

    • getGps

      public GPS getGps()
      Description copied from interface: KmlGps
      Returns gps location
      Specified by:
      getGps in interface KmlGps
      Returns:
      GPS
    • 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