efl/legacy/elementary/src/lib/elm_route.h

22 lines
345 B
C

/**
* @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
/**
* @}
*/