summaryrefslogtreecommitdiff
path: root/navit/route.h
diff options
context:
space:
mode:
authortinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-15 19:57:25 +0000
committertinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-15 19:57:25 +0000
commit77d14352045c96fede95afdbd3c23ac57449e443 (patch)
tree0e0b7c380d2172af632547bb2c0a026a43ab5967 /navit/route.h
parentbf3971336f9b7b9ac95edf97649adb7f79b8a04c (diff)
downloadnavit-77d14352045c96fede95afdbd3c23ac57449e443.tar.gz
Add:Core:Make Navit stop routing when the destination is reached
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1478 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 4db9e2359..c020385a1 100644
--- a/navit/route.h
+++ b/navit/route.h
@@ -109,6 +109,7 @@ struct map *route_get_map(struct route *route);
struct map *route_get_graph_map(struct route *route);
void route_toggle_routegraph_display(struct route *route);
void route_set_projection(struct route *this_, enum projection pro);
+int route_destination_reached(struct route *this);
void route_init(void);
/* end of prototypes */