• Home
Name Date Size #Lines LOC

..--

Application/03-May-2024-757485

Shared/03-May-2024-17284

Wearable/03-May-2024-1,214742

buildSrc/03-May-2024-1913

gradle/wrapper/03-May-2024-76

.gitignoreD03-May-2024379 3425

CONTRIB.mdD03-May-20241.6 KiB3627

LICENSED03-May-202411.1 KiB204170

READMED03-May-2024554 139

build.gradleD03-May-2024263 159

gradle.propertiesD03-May-2024909 2316

gradlewD03-May-20245.2 KiB173128

gradlew.batD03-May-20242.2 KiB8561

settings.gradleD03-May-202448 31

template-params.xmlD03-May-20245.6 KiB13271

README

1In order to run this application, you need to install the
2wearable apk on a device that has GPS capabilities in
3hardware. In addition, you need to obtain an API key for
4using Map v2 APIs, see the following link for the details:
5https://developers.google.com/maps/documentation/android/start#get_an_android_certificate_and_the_google_maps_api_key
6After getting the key, find the following line in
7Application/src/main/res/values/strings.xml:
8
9<string name="map_v2_api_key">YOUR_MAP_V2_API_KEY</string>
10
11and replace YOUR_MAP_V2_API_KEY with your own key.
12
13