Interface KmlDocument
- All Superinterfaces:
KmlElement
- All Known Implementing Classes:
DefaultKmlDocument
Representation of KML document
-
Method Summary
Modifier and TypeMethodDescriptionReturns document descriptiongetName()Returns document nameReturns placemarks from documentReturns styles from documentMethods inherited from interface de.hybris.platform.storelocator.map.markers.KmlElement
getBeginning, getElement, getEnding
-
Method Details
-
getPlacemarks
List<KmlPlacemark> getPlacemarks()Returns placemarks from document- Returns:
- List
-
getStyles
Returns styles from document- Returns:
- List
-
getName
String getName()Returns document name- Returns:
- String
-
getDescription
String getDescription()Returns document description- Returns:
- String
-