Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuaegonzalezruiz/charging-along-the-way
Project that exemplifies how to use the HERE Routing API v8 together with the HERE SDK for Android (Navigate Edition) v4.x.x to be able to carry out a route calculation for an EV.
https://github.com/joshuaegonzalezruiz/charging-along-the-way
android-java here-api here-maps-api here-sdk
Last synced: 4 days ago
JSON representation
Project that exemplifies how to use the HERE Routing API v8 together with the HERE SDK for Android (Navigate Edition) v4.x.x to be able to carry out a route calculation for an EV.
- Host: GitHub
- URL: https://github.com/joshuaegonzalezruiz/charging-along-the-way
- Owner: JoshuaEGonzalezRuiz
- License: apache-2.0
- Created: 2023-02-20T18:22:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-02-20T20:43:15.000Z (over 1 year ago)
- Last Synced: 2024-03-13T02:55:28.288Z (8 months ago)
- Topics: android-java, here-api, here-maps-api, here-sdk
- Language: Java
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Charging_along_the_way
Project that exemplifies how to use the HERE Routing API v8 together with the HERE SDK for Android (Navigate Edition) v4.13.x to be able to carry out a route calculation for an EV.
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 can be found in the [_Get Started_](https://developer.here.com/documentation/android-sdk-navigate/dev_guide/index.html) section of the _Developer's Guide_.
###### Developed by Joshua González