1 2page.tags="Speed Tracker" 3sample.group=Wearable 4@jd:body 5 6<p> 7 8This sample uses the FusedLocation APIs of Google Play Services 9on those devices that have a hardware GPS built in. In those 10cases, this sample provides a simple screen that shows the 11current speed of the device on the watch. User can set a speed 12limit and if the speed approaches that limit, it changes the 13color to yellow and if it exceeds the limit, it turns red. User 14can also enable recording of coordinates and when it pairs back 15with the phone, this data will be synced with the phone 16component of the app and user can see a track made of those 17coordinates on a map on the phone. 18 19 </p> 20