From f38bd60a197c3320e834520a127717c7612babb9 Mon Sep 17 00:00:00 2001 From: Vinscent Joshua Dy-Cok <136038916+vjdyofficial@users.noreply.github.com> Date: Sat, 20 Apr 2024 17:05:34 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9da675d..f22c707 100644 --- a/README.md +++ b/README.md @@ -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.