Interface KmlPlacemark
- All Superinterfaces:
KmlElement
- All Known Implementing Classes:
DefaultKmlPlacemark
Placemark representation from KML document
-
Method Summary
Methods inherited from interface de.hybris.platform.storelocator.map.markers.KmlElement
getBeginning, getElement, getEnding
-
Method Details
-
getGPS
KmlGps getGPS()Returns placemarks position- Returns:
GPS
-
getName
String getName()Returns placemark's name- Returns:
- String
-
getDescription
KmlDescription getDescription()Return placemark description- Returns:
KmlDescription
-
getStyle
KmlStyle getStyle()Returns placemark's style- Returns:
KmlStyle
-