From 500c7162e3917174244c287c10719abdab298821 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Wed, 14 Mar 2012 11:15:46 -0400 Subject: [PATCH] increased the radius from 16 feet to 30 feet Change-Id: I2f4dc970df2fcb47bf396a0dccceb1341cd0a185 Signed-off-by: Ricky Barrette --- IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/Debug.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/Debug.java b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/Debug.java index 523f798..5a3adb4 100644 --- a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/Debug.java +++ b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/Debug.java @@ -34,7 +34,7 @@ public class Debug { /** * Sets the size of the radius of a user selected point in km */ - public static final float RADIUS = .005f; + public static final float RADIUS = 0.009144f; /** * Sets the amount of kilometers that a radius needs to be penetrated by an accuracy circle in km