/locus-addon-graphhopper

Add-on for Locus Map application that allows to use GraphHopper library for offline routing (navigation).

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

GraphHopper for Locus Map logo

Because of recent progress in GraphHopper service, work on this add-on on our side was terminated.


Add-on for Locus Map (Android) application, created to offer offline routing capabilities to Locus Map.

Add-on is based on GraphHopper routing system.

Ready to use routing data are available.

Possible improvements

  • TODO

Important information

Build setup

  • base parameters for build are defined in Dependencies.kt file (buildSrc dir).
  • GraphHopper version is defined manually in module/library (to keep bundled in library directly)

Signing

For DEBUG, define environment variable

  • key: ANDROID_SIGN_DEBUG
  • value: 'path to debug.keystore'|android|androiddebugkey|android

For RELEASE, define environment variable

  • key: ANDROID_SIGN_RELEASE
  • value: 'path to release.keystore'|'store password'|'key alias'|'key password'

Available

not yet published