* @short_description: A base marker to identify points of interest on a map
*
* Base markers reprensent points of interest on a map. base markers need to be
- * placed on a layer (a #cluttergroup). layers have to be added to a
+ * placed on a layer (a #ChamplainLayer). layers have to be added to a
* #champlainview for the base_markers to show on the map.
*
* a basemarker is nothing more than a regular #clutteractor. you can draw on
* @short_description: A marker to identify points of interest on a map
*
* Markers reprensent points of interest on a map. Markers need to be placed on
- * a layer (a #ClutterGroup). Layers have to be added to a #ChamplainView for
+ * a layer (a #ChamplainLayer). Layers have to be added to a #ChamplainView for
* the markers to show on the map.
*
* A marker is nothing more than a regular #ClutterActor. You can draw on it
- * what ever you want. Don't forget to set the anchor position in the marker
- * using #clutter_actor_set_anchor. Set the markers position on the map
+ * what ever you want. Set the markers position on the map
* using #champlain_marker_set_position.
*
* Champlain has a default type of markers with text. To create one,