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.
- Host: GitHub
- URL: https://github.com/evgenyneu/android-maps-test
- Owner: evgenyneu
- License: mit
- Created: 2015-12-16T06:51:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T04:57:38.000Z (about 9 years ago)
- Last Synced: 2025-01-10T14:41:43.558Z (3 months ago)
- Language: Java
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```