Warning, /education/marble/examples/cpp/drawing-places/Readme.txt is written in an unsupported language. File is not indexed.

0001 The online version of this example can be found at
0002 https://techbase.kde.org/Marble/Runners/DisplayGeoDataPlacemark
0003 
0004 In this tutorial we'll show how you can create a nice shiny placemark with an icon and associated geometries (such as LineStrings, LinearRings, Polygons or MultiGeometries). We also cover basic styling of placemarks and geometries.
0005 
0006 GeoDataPlacemark is a class which implements the features of KML's Placemark. Basically, it represents an interest point (a simple point or a more complex geometry) on the map, with some information attached.
0007 
0008 In order to add a GeoDataPlacemark to our widget, we will use the GeoDataDocument class, which is a container for features (including placemarks) and styles.