summaryrefslogtreecommitdiff
path: root/navit/route.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-05-05 17:01:12 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-05-05 17:01:12 +0000
commit93851f1da1b51fa9d0064c8157891ed149ed7e50 (patch)
tree34351a003d377a7e8c64656b22c8ff5f9e84d5af /navit/route.h
parente78e892dda8181807122662271c20bcdc90979bd (diff)
downloadnavit-93851f1da1b51fa9d0064c8157891ed149ed7e50.tar.gz
Add:Core:Function to get distance of coordinate list from route path
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5483 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/route.h')
-rw-r--r--navit/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/route.h b/navit/route.h
index 6834d5b84..7a9eefbdc 100644
--- a/navit/route.h
+++ b/navit/route.h
@@ -96,6 +96,7 @@ struct map_selection *route_rect(int order, struct coord *c1, struct coord *c2,
void route_set_destinations(struct route *this_, struct pcoord *dst, int count, int async);
int route_get_destinations(struct route *this_, struct pcoord *pc, int count);
int route_get_destination_count(struct route *this_);
+void route_get_distances(struct route *this, struct coord *c, int count, int *distances);
void route_set_destination(struct route *this_, struct pcoord *dst, int async);
void route_append_destination(struct route *this_, struct pcoord *dst, int async);
void route_remove_nth_waypoint(struct route *this_, int n);