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