I have created a main route for a trip (Route 66). There are several side-trips programmed as separate stand-alone routes. A POI has been placed where each alternate route intersects the main route (with proximity alarm). When I leave the main route, load and follow the alternate route, I have a problem restarting the main route in the correct location when I return to it.
Is there an efficient way of getting back onto the main route and resuming travel? Should I just brute force it and break the main route into shorter segments that end at each alternate route? Anything more elegant?