Route parameters
This article is incomplete & needs to be reviewed. You can help by creating a pull request.
Routing typesβ
The routing type determines how the route will be calculated. The OsmAnd app uses different routing types for hiking, cycling, skiing or boating routes. Each profile has a specific type of routing assigned to it, which, however, you can change according to your needs: Menu β Configure profile (Boat, Driving, Walking or another one) β Navigation settings β Navigation type.
The following profiles (with their own routing types) preinstalled in OsmAnd: Driving, Cycling, Walking, Truck, Motorcycle, Public transport, Boat, Aircraft, Skiing, Horseback riding. Although, you can create your own profiles with specific routing rules or modify OsmAnd routing algorithm.
Truck, Motorcycle, Moped, Aircraft, Boat and Horseback riding profiles are switched off by default. In order to use these profiles, you need to activate them in Menu β Settings β App profiles.
Direct-to-point navigation type doesn't have its own profile and can be used with any enabled one.
Category | Description | Note |
---|---|---|
OsmAnd offline routing | OsmAnd offline routing mechanism uses predownloaded maps as data source for route calculation. | Navigation types: Boat, Bicycle, Car, Horseback riding, Moped, Motorcycle, On foot, Public transport, Ski, Truck. |
Direct to point routing | Also uses offline maps and provides a straight line routing (or "point-to-point" navigation) | Navigation types: Straight line, Direct-to-point. |
BRouter (offline) | Offline routing provided by BRouter app | Available only on Android. The full description read here. |
Online (Android) | Online routing builds the route servers' resources online by the Internet connection. | Available only on Android. You can configure online routing to build a route from various online routing engines such as Graphhopper, OSRM, Routing OSM DE, Generic GPX. |
OsmAnd offline routing can be customized by changing (.xml file). For more information see How to customise routing .xml article.