• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Application/22-Nov-2023-752481

Shared/22-Nov-2023-17284

Wearable/22-Nov-2023-1,171717

buildSrc/22-Nov-2023-1913

gradle/wrapper/22-Nov-2023-76

CONTRIB.mdD22-Nov-20231.6 KiB3627

LICENSED22-Nov-202331.5 KiB648514

READMED22-Nov-2023554 139

build.gradleD22-Nov-2023263 159

gradle.propertiesD22-Nov-2023853 1814

gradlewD22-Nov-20235 KiB165122

gradlew.batD22-Nov-20232.3 KiB9166

settings.gradleD22-Nov-202348 31

template-params.xmlD22-Nov-20231.9 KiB5933

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