You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| Application | 3 years ago | |
| Shared | 3 years ago | |
| Wearable | 3 years ago | |
| buildSrc | 3 years ago | |
| gradle/wrapper | 3 years ago | |
| .gitignore | 3 years ago | |
| CONTRIB.md | 3 years ago | |
| LICENSE | 3 years ago | |
| README | 3 years ago | |
| build.gradle | 3 years ago | |
| gradle.properties | 3 years ago | |
| gradlew | 3 years ago | |
| gradlew.bat | 3 years ago | |
| settings.gradle | 3 years ago | |
| template-params.xml | 3 years ago | |
README
In order to run this application, you need to install the wearable apk on a device that has GPS capabilities in hardware. In addition, you need to obtain an API key for using Map v2 APIs, see the following link for the details: https://developers.google.com/maps/documentation/android/start#get_an_android_certificate_and_the_google_maps_api_key After getting the key, find the following line in Application/src/main/res/values/strings.xml: <string name="map_v2_api_key">YOUR_MAP_V2_API_KEY</string> and replace YOUR_MAP_V2_API_KEY with your own key.