configurable OSM offline router with elevation awareness, Java + Android
Find a file
Arndt Brenschede 1ea350cb04 MIT license
2019-05-04 20:04:56 +02:00
brouter-codec Fix JavaDoc errors 2018-12-07 08:59:15 +01:00
brouter-core MIT license 2019-05-04 20:04:56 +02:00
brouter-expressions patch times and turns (volker) 2019-04-17 12:36:57 +02:00
brouter-map-creator removed image processing code 2019-05-04 19:53:15 +02:00
brouter-mapaccess refactored waypoint-matching into map-access-layer 2019-04-17 18:00:38 +02:00
brouter-routing-app patch times and turns (volker) 2019-04-17 12:36:57 +02:00
brouter-server more osmoscope views for suspect manager 2019-04-17 11:34:12 +02:00
brouter-util removed image processing code 2019-05-04 19:53:15 +02:00
misc sync car-vario/eco/fast (e.g. maxspeed:forward) 2019-02-25 09:08:03 +01:00
.gitignore ignore Intellij project files 2017-10-15 10:27:10 +02:00
LICENSE MIT license 2019-05-04 20:04:56 +02:00
pom.xml removed memory-route + experimental codec (see experimental branch) 2018-12-31 17:04:05 +01:00
README.md Update README.md 2017-07-15 21:01:59 +02:00

BRouter

BRouter is a configurable OSM offline router with elevation awareness, Java + Android. Designed to be multi-modal with a particular emphasis on bicycle routing.

For more infos see http://brouter.de/brouter

Get it on F-Droid Get it on Google Play

Compile with (Java 6!):

mvn clean install -Dandroid.sdk.path=

Related Projects