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