| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| Application/ | 24-Aug-2016 | ||
| build.gradle | 24-Aug-2016 | 263 | |
| buildSrc/ | 24-Aug-2016 | ||
| CONTRIB.md | 24-Aug-2016 | 1.6K | |
| gradle/ | 24-Aug-2016 | ||
| gradle.properties | 24-Aug-2016 | 853 | |
| gradlew | 24-Aug-2016 | 5K | |
| gradlew.bat | 24-Aug-2016 | 2.3K | |
| LICENSE | 24-Aug-2016 | 31.5K | |
| README | 24-Aug-2016 | 554 | |
| settings.gradle | 24-Aug-2016 | 48 | |
| Shared/ | 24-Aug-2016 | ||
| template-params.xml | 24-Aug-2016 | 1.9K | |
| Wearable/ | 24-Aug-2016 | ||
1 In order to run this application, you need to install the 2 wearable apk on a device that has GPS capabilities in 3 hardware. In addition, you need to obtain an API key for 4 using Map v2 APIs, see the following link for the details: 5 https://developers.google.com/maps/documentation/android/start#get_an_android_certificate_and_the_google_maps_api_key 6 After getting the key, find the following line in 7 Application/src/main/res/values/strings.xml: 8 9 <string name="map_v2_api_key">YOUR_MAP_V2_API_KEY</string> 10 11 and replace YOUR_MAP_V2_API_KEY with your own key. 12 13