1
1
mirror of https://gitlab.com/fasheng/amap-nlp-backend synced 2020-06-03 18:26:57 +00:00
microG/UnifiedNlp backend that uses AMap Location API to resolve locations
Go to file
2020-01-21 16:08:23 +08:00
gradle/wrapper Use gradle-4.8-bin.zip instead 2019-11-04 22:08:27 +08:00
src/main Allow android backup 2020-01-21 16:08:23 +08:00
.gitignore Initial project 2019-11-02 22:30:58 +08:00
.travis.yml Initial project 2019-11-02 22:30:58 +08:00
build.gradle gradle: Remove useless sourceSets 2019-11-13 20:52:14 +08:00
gradlew Initial project 2019-11-02 22:30:58 +08:00
gradlew.bat Initial project 2019-11-02 22:30:58 +08:00
LICENSE Add LICENSE and README 2019-11-03 22:05:59 +08:00
README.org readme: Update IzzyOnDroid links 2019-11-30 10:08:59 +08:00

https://img.shields.io/badge/License-GPL%20v3-blue.svg

Description: AMap UnifiedNlp Backend, the microG/UnifiedNlp backend that uses AMap Location API to resolve locations, which is a popular location service in China.

Features

  • Support offline location
  • Support indoor mode

Install

Download in Gitlab Tags Page or install from IzzyOnDroid F-Droid Repository.

Building

  1. Create and fiill keystore information in gradle.properties

    RELEASE_STORE_FILE=../my-release.keystore
    RELEASE_KEY_ALIAS=name
    RELEASE_STORE_PASSWORD=password
    RELEASE_KEY_PASSWORD=password
    
  2. Build with gradle

    ./gradlew assembleRelease

License

GNU General Public License, Version 3.0+