Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshuaegonzalezruiz/geojson-demo

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
https://github.com/joshuaegonzalezruiz/geojson-demo

android-java here-maps-api here-sdk

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# GeoJson objects

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

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:
- [_Explore Edition (Get Started)_](https://developer.here.com/documentation/android-sdk-explore/dev_guide/topics/quick-start.html) section of the _Developer's Guide_.
- [_Navigate Edition (Get Started)_](https://developer.here.com/documentation/android-sdk-navigate/dev_guide/topics/quick-start.html) section of the _Developer's Guide_.

###### Developed by Joshua González