Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Nov 27, 2019
1 parent a02bf51 commit 9c441af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ The device position is a [GeoPoint](https://github.com/synw/geopoint)

```dart
final double speed = device.speed;
/// The speed of the device in meters per second
final speedKmh = device.speedKmh;
/// The speed of the device in kilometers per hour
/// The speed of the device
```

## Network status
Expand Down

0 comments on commit 9c441af

Please sign in to comment.