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