Skip to the content.

Back to Index

Main Track Feature: routing

Disclaimer: Use this feature with care - always check and follow a proposed route ONLY if traffic rules allow this!

This feature provides a route calculation based on a sequence of given points and a given routing profile. The following profiles are configured:

Don’t expect here somthing which is comparable with google maps or similar services. The routing is based entirely on the map data and works 100% offline. It is extremly helpful for marking the route you want to go. The routing algorithm is based on a bidirectional A*. It guarantees to find the optimal path and it’s much faster then the unidirectinal A*, which becomes significant for longer routes.

There is a further feature turning instructions, which is based on this routing feature.

Create a route

Switch on the route edit mode with + .

 

Set a few points and you’ll get something like this:

   

Currently the shortest path routing profile is selected. You can step through the other profiles and the resulting route may change depending on the profile:

     

   

Switch off the route edit mode with + .

As it is visible in this example we need only a very few points to mark a route exactly. If the route doesn’t match our expectation, you need to move, insert or delete route points to get the route to the desired path.

When the route edit mode is switched on (marked by the red “W” in icon) you can use following actions:

A few remarks to this edit operations:

 

Save route track

If you wand to save the route , use +

Alternatively a route track can be saved via the statistic activity (use + to open it). Tap on the purple marker route entry to select it. Then press to make it persistent. You may notice that the “*” at the and of the name disappears. With you go back to the main activity.

     

The save action of a route track generates a .gpx file in the directory MGMapViewer/track/gpx. The filename has the structure <date>_<time>_MarkerRoute.gpx. This gpx file contains the track points from the calculated route. But additionally it contains the points used for route calculation as way points.

Reopen saved route track

The “dual” storage of route tracks allows multiple further usage:

open with as selected trackopen with again as a route

The second option allows (after + ) to modify again the route.

Back to Index