Pārlūkot izejas kodu

Changed routeExample bg to white...Delete Reset method

Jeroen 10 gadi atpakaļ
vecāks
revīzija
f8bee21a64

+ 0 - 9
Breda-Tour/MapScreen/MapPage.xaml.cs

@@ -139,15 +139,6 @@ namespace Breda_Tour.MapScreen
             });
         }
 
-        public async void ResetRoute()
-        {
-            await Dispatcher.RunAsync(CoreDispatcherPriority.Normal, () =>
-            {
-                Map.MapElements.Clear();
-                gps.History.Clear();
-            });
-        }
-
         private void OnGeofenceStateChange(GeofenceMonitor sender, object args)
         {
             var reports = sender.ReadReports();

+ 1 - 1
Breda-Tour/RouteSelectScreen/RouteExample.xaml

@@ -9,7 +9,7 @@
     xmlns:data="using:Breda_Tour.Data"
     mc:Ignorable="d">
 
-    <Grid>
+    <Grid Background="White">
         <Grid.RowDefinitions>
             <RowDefinition Height="Auto"/>
             <RowDefinition Height="Auto"/>