beacen.

Navigation models field answer 017

Route navigation vs turn-by-turn directions

The short answer

Route navigation follows a line that has already been chosen, often from a GPX file. Turn-by-turn directions calculate a journey through a routable map and present it as a sequence of manoeuvres. The first keeps the intended line visible. The second can select roads or paths and may recalculate when the journey changes, depending on the service.

The central distinction

The source of the path changes the navigation.

A GPX track is an ordered list of points. Once imported, it supplies the geometry that the navigation app can show and compare with your current position. The app does not need to infer which mapped road or path the author intended because the line already records that choice.

A turn-by-turn service starts with an origin, a destination and sometimes waypoints. It searches a network of routable road or path segments, selects a route, then divides that route into legs and steps. Those steps carry instructions such as a turn or other manoeuvre.

Route navigationFollow this line

The supplied route geometry remains the reference.

Turn-by-turnReach this destination

The routing service chooses a connected path through its network.

Shared needRead the ground

Neither model proves that a route is open, safe or suitable today.

Instructions on screen

Turn prompts do not always mean turn-by-turn routing.

An app following a fixed route can inspect the shape ahead and provide upcoming-turn guidance. The saved line is still authoritative. Breadcrumb navigation is the simpler line-first case: it keeps the route visible without requiring a calculated manoeuvre at every decision. A true turn-by-turn system obtains its manoeuvres from the calculated route and the underlying routable network.

beacen follows the saved route line locally and can show upcoming-turn guidance during navigation. You choose Forward or Reverse before starting. That guidance does not convert the GPX into a road-routing request, and the app does not silently replace the chosen line with an automatically calculated road-style reroute.

  • Line-first guidanceUseful when the exact trail, race course or planned traverse matters.
  • Network-first guidanceUseful when reaching the destination matters more than preserving one exact route.
  • Offline useEither model can work offline only when the necessary route, map and routing data are available on the device. Product designs differ.

After a deviation

The recovery behaviour reveals which model you are using.

A turn-by-turn service may calculate another network path from the new position to the destination or a later point. The replacement can differ because the start has moved, conditions have changed or the service has applied different routing parameters. Whether recalculation is available depends on the product, data and connection.

Fixed-route navigation keeps showing the intended line. In beacen, warning and confirmed off-route states distinguish a possible location wobble from a sustained deviation. Recovery choices include a direct rejoin line or retracing breadcrumbs. The app does not decide which terrain is safe to cross.

Before setting out

Choose according to what must remain fixed.

  1. Use a route

    When the exact line matters.

    A known trail, event course, access agreement or carefully planned mountain route is better represented by the supplied geometry. Review the file and its direction before starting.

  2. Use directions

    When the destination matters most.

    Calculated directions suit journeys where the system can choose among mapped alternatives, particularly on a well-covered road or path network.

  3. Use both

    When separate parts of the journey need separate tools.

    Turn-by-turn directions can help with travel to the route start. Saved-route navigation can then preserve the intended line during the outing.

  4. Prepare

    Keep an independent basis for decisions.

    Check access, conditions, map coverage, escape options and the route itself. Navigation output is evidence, not a guarantee.

For preparation without coverage, read how to follow a GPX route without mobile signal. For a recovery sequence, use what to do when you go off route.

Know whether the app is preserving a route or choosing one for you.

Sources & scope

What this answer is based on.

This entry compares general navigation models and describes beacen's current saved-route behaviour. Other products can combine these models differently.