summaryrefslogtreecommitdiff
path: root/navit/mapset.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/mapset.h')
-rw-r--r--navit/mapset.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/navit/mapset.h b/navit/mapset.h
index df6c0d0a7..6aca2afdc 100644
--- a/navit/mapset.h
+++ b/navit/mapset.h
@@ -30,7 +30,15 @@ struct attr;
struct attr_iter;
struct item;
struct map;
+
+/**
+ * @brief A mapset.
+ *
+ * A mapset is a collection of (one or more) maps. This allows you to combine data from multiple maps, e.g. one map
+ * with the road network and another with special POIs.
+ */
struct mapset;
+
struct mapset_handle;
struct mapset_search;
struct mapset *mapset_new(struct attr *parent, struct attr **attrs);