https://github.com/joshuaegonzalezruiz/ftcr-navigation-demo
Project showing how turn-based navigation works with Fleet Telematics Custom Routing (FTCR) in HERE SDK for Android (Premium Edition) v3.x.x
https://github.com/joshuaegonzalezruiz/ftcr-navigation-demo
android-java here-maps-api here-sdk
Last synced: 4 months ago
JSON representation
Project showing how turn-based navigation works with Fleet Telematics Custom Routing (FTCR) in HERE SDK for Android (Premium Edition) v3.x.x
- Host: GitHub
- URL: https://github.com/joshuaegonzalezruiz/ftcr-navigation-demo
- Owner: JoshuaEGonzalezRuiz
- License: apache-2.0
- Created: 2023-02-20T22:01:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T19:18:32.000Z (over 2 years ago)
- Last Synced: 2025-01-08T21:53:50.043Z (6 months ago)
- Topics: android-java, here-maps-api, here-sdk
- Language: Java
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FTCR Navigation Demo
Project showing how turn-based navigation works with Fleet Telematics Custom Routing (FTCR) in HERE SDK for Android (Premium Edition) v3.x.x
Build instructions:
-------------------1) Set your HERE SDK credentials to
- `app/src/main/AndroidManifest.xml`2) Unzip the HERE SDK to a folder of your choice, copy the file with the `aar` extension and paste it into the `app/libs` path of your project.
3) Now perform a `gradle sync` on your project.4) Done, now you can run your project on the device you want (pay attention to the instructions inside the app).
More information:
- [_Premium Edition (Quick Start)_](https://developer.here.com/documentation/android-premium/dev_guide/topics/quick-start.html) section of the _Developer's Guide_.###### Developed by Joshua González