Interface KmlPlacemark
-
- All Superinterfaces:
KmlElement
- All Known Implementing Classes:
DefaultKmlPlacemark
public interface KmlPlacemark extends KmlElement
Placemark representation from KML document
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KmlDescriptiongetDescription()Return placemark descriptionKmlGpsgetGPS()Returns placemarks positionjava.lang.StringgetName()Returns placemark's nameKmlStylegetStyle()Returns placemark's style-
Methods inherited from interface de.hybris.platform.storelocator.map.markers.KmlElement
getBeginning, getElement, getEnding
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns placemark's name- Returns:
- String
-
getDescription
KmlDescription getDescription()
Return placemark description- Returns:
KmlDescription
-
-