Functions | |
EAPI Evas_Object * | elm_route_add (Evas_Object *parent) |
Add a new route to the parent. More... | |
EOAPI void | elm_obj_route_emap_set (void *emap) |
No description supplied by the EAPI. More... | |
EOAPI void | elm_obj_route_longitude_min_max_get (double *min, double *max) |
Get the minimum and maximum values along the longitude. More... | |
EOAPI void | elm_obj_route_latitude_min_max_get (double *min, double *max) |
Get the minimum and maximum values along the latitude. More... | |
void | elm_route_emap_set (Elm_Route *obj, void *emap) |
No description supplied by the EAPI. More... | |
void | elm_route_longitude_min_max_get (const Elm_Route *obj, double *min, double *max) |
Get the minimum and maximum values along the longitude. More... | |
void | elm_route_latitude_min_max_get (const Elm_Route *obj, double *min, double *max) |
Get the minimum and maximum values along the latitude. More... | |
For displaying a route on the map widget.
EOAPI void elm_obj_route_emap_set | ( | void * | emap | ) |
EOAPI void elm_obj_route_latitude_min_max_get | ( | double * | min, |
double * | max | ||
) |
Get the minimum and maximum values along the latitude.
[out] | min | Pointer to store the minimum value. |
[out] | max | Pointer to store the maximum value. |
Referenced by elm_route_latitude_min_max_get().
EOAPI void elm_obj_route_longitude_min_max_get | ( | double * | min, |
double * | max | ||
) |
Get the minimum and maximum values along the longitude.
[out] | min | Pointer to store the minimum value. |
[out] | max | Pointer to store the maximum value. |
Referenced by elm_route_longitude_min_max_get().
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.
parent | The parent object |
Referenced by elm_map_overlay_polygon_region_add().
void elm_route_emap_set | ( | Elm_Route * | obj, |
void * | emap | ||
) |
No description supplied by the EAPI.
[in] | emap |
References elm_obj_route_emap_set().
Referenced by elm_map_overlay_polygon_region_add().
void elm_route_latitude_min_max_get | ( | const Elm_Route * | obj, |
double * | min, | ||
double * | max | ||
) |
Get the minimum and maximum values along the latitude.
[out] | min | Pointer to store the minimum value. |
[out] | max | Pointer to store the maximum value. |
References elm_obj_route_latitude_min_max_get().
void elm_route_longitude_min_max_get | ( | const Elm_Route * | obj, |
double * | min, | ||
double * | max | ||
) |
Get the minimum and maximum values along the longitude.
[out] | min | Pointer to store the minimum value. |
[out] | max | Pointer to store the maximum value. |
References elm_obj_route_longitude_min_max_get().