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

https://github.com/evgenyneu/android-maps-test

A demo Android repository where I explore maps.
https://github.com/evgenyneu/android-maps-test

Last synced: about 2 months ago
JSON representation

A demo Android repository where I explore maps.

Awesome Lists containing this project

README

        

I demo repository for exploring maps on Android.

### Google maps API key

To use the repository you will need to create a google maps API key. Create `google_maps_api.xml` file in app/src/release/res/values and app/src/debug/res/values.

https://support.google.com/cloud/answer/6158862?hl=en#creating-android-api-keys

```XML

YOUR KEY

```