Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vjdyofficial authored Apr 20, 2024
1 parent 1c98e99 commit f38bd60
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ A Material Design inspired speedometer app for Android!
## Monitoring
You will only monitor the **Latitude and Longitude, Altitude, and Distance** coordinates. But you can also monitor the **Accuracy, Time and Bearing**.

## Distance Meter Calculation
In order to show the meter to be accurated, I make some math calculation while assembling the code blocks.

`speed * accuracy * 2`

But it seems to have some problems, the issue #1 shows some consistencies whie testing. so this time before 6.48, I did this:

`speed.format as decimal - places = 0 ` *
`accuracy.format as decimal - places = 0` *
`2`

## Tips to use
- The speedometer on the app will be inaccurate in compared with the *actual car speedometer* in certain Android Devices.
- If you have a bicycle to use with the speedometer, Be sure to have a protective tripod to prevent you device from **falling** especially if you are riding in mountains, rough roads, or some dangerous places.
Expand Down

0 comments on commit f38bd60

Please sign in to comment.