Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.25 KB

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