Route
Functions | |
| Evas_Object * | elm_route_add (Evas_Object *parent) |
| Add a new route to the parent. | |
| void | elm_route_longitude_min_max_get (const Evas_Object *obj, double *min, double *max) |
| Get the minimum and maximum values along the longitude. | |
| void | elm_route_latitude_min_max_get (const Evas_Object *obj, double *min, double *max) |
| Get the minimum and maximum values along the latitude. | |
Detailed Description
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:
-
parent The parent object
- Returns:
- The new object or NULL if it cannot be created
| void elm_route_latitude_min_max_get | ( | const Evas_Object * | obj, |
| double * | min, | ||
| double * | max | ||
| ) |
Get the minimum and maximum values along the latitude.
- Parameters:
-
obj The route object. min Pointer to store the minimum value. max Pointer to store the maximum value.
- Note:
- If only one value is needed, the other pointer can be passed as
NULL.
| void elm_route_longitude_min_max_get | ( | const Evas_Object * | obj, |
| double * | min, | ||
| double * | max | ||
| ) |
Get the minimum and maximum values along the longitude.
- Parameters:
-
obj The route object. min Pointer to store the minimum value. max Pointer to store the maximum value.
- Note:
- If only one value is needed, the other pointer can be passed as
NULL.
