From e673c3bc82060adc0c0d4f6c3479788bbe79caed Mon Sep 17 00:00:00 2001 From: frolovmo Date: Thu, 29 Apr 2010 08:13:12 +0000 Subject: [PATCH] git-svn-id: https://osmand.googlecode.com/svn/trunk@21 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8 --- OsmAnd/src/com/osmand/PointOfView.java | 1 + 1 file changed, 1 insertion(+) diff --git a/OsmAnd/src/com/osmand/PointOfView.java b/OsmAnd/src/com/osmand/PointOfView.java index adf610d1b2..165fb74102 100644 --- a/OsmAnd/src/com/osmand/PointOfView.java +++ b/OsmAnd/src/com/osmand/PointOfView.java @@ -11,6 +11,7 @@ public class PointOfView extends View { private Paint location; private Paint area; + private int areaRadius = 0; private int locationX = -1; private int locationY = -1;