summaryrefslogtreecommitdiff
path: root/src/lib/elm_route.h
blob: 80ba517c0a7e79555d376f97865630990c86db24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * @defgroup Route Route
 * @ingroup Elementary
 *
 * @image html route_inheritance_tree.png
 * @image latex route_inheritance_tree.eps
 *
 * For displaying a route on the map widget.
 *
 * @{
 */

#ifdef EFL_EO_API_SUPPORT
#include "elm_route_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_route_legacy.h"
#endif
/**
 * @}
 */