Functions
Route

Functions

EAPI Evas_Object * elm_route_add (Evas_Object *parent)
 Add a new route to the parent. More...
 
void elm_route::longitude_min_max_get (double *min_, double *max_) const
 Get the minimum and maximum values along the longitude. More...
 
void elm_route::latitude_min_max_get (double *min_, double *max_) const
 Get the minimum and maximum values along the latitude. More...
 

Detailed Description

route_inheritance_tree.png

For displaying a route on the map widget.

Function Documentation

Evas_Object * elm_route_add ( Evas_Object *  parent)

Add a new route to the parent.

Add a new route object to the parent's canvas.

Parameters
parentThe parent object
Returns
The new object or NULL if it cannot be created
void elm_route::latitude_min_max_get ( double *  min_,
double *  max_ 
) const
inline

Get the minimum and maximum values along the latitude.

Note
If only one value is needed, the other pointer can be passed as NULL.
Parameters
minPointer to store the minimum value.
maxPointer to store the maximum value.
void elm_route::longitude_min_max_get ( double *  min_,
double *  max_ 
) const
inline

Get the minimum and maximum values along the longitude.

Note
If only one value is needed, the other pointer can be passed as NULL.
Parameters
minPointer to store the minimum value.
maxPointer to store the maximum value.