From 58e3dc675ef5c323330b0d55f53342898ec3b131 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Thu, 22 Jul 2010 08:17:47 +0000 Subject: [PATCH] add route info layer git-svn-id: https://osmand.googlecode.com/svn/trunk@384 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8 --- OsmAnd/res/layout/main.xml | 5 + .../com/osmand/activities/MapActivity.java | 27 ++- .../com/osmand/activities/RoutingHelper.java | 30 ++- .../src/com/osmand/views/RouteInfoLayer.java | 196 ++++++++++++++++++ 4 files changed, 250 insertions(+), 8 deletions(-) create mode 100644 OsmAnd/src/com/osmand/views/RouteInfoLayer.java diff --git a/OsmAnd/res/layout/main.xml b/OsmAnd/res/layout/main.xml index 2ea9df1cac..8c062a2dd1 100644 --- a/OsmAnd/res/layout/main.xml +++ b/OsmAnd/res/layout/main.xml @@ -10,5 +10,10 @@ + +