Project where it is demonstrated how to use GeoJson files to draw objects on the HERE Map (for example: polylines and polygons) using the HERE SDK for Android (Explore/Navigate Edition) in version 4.x.x
-
Set your HERE SDK credentials to
app/src/main/AndroidManifest.xml
-
Unzip the HERE SDK to a folder of your choice, copy the file with the
aar
extension and paste it into theapp/libs
path of your project. -
Now perform a
gradle sync
on your project. -
Done, now you can run your project on the device you want (pay attention to the instructions inside the app).
More information:
- Explore Edition (Get Started) section of the Developer's Guide.
- Navigate Edition (Get Started) section of the Developer's Guide.