|
@@ -1,40 +1,21 @@
|
|
|
using System;
|
|
using System;
|
|
|
using System.Collections.Generic;
|
|
using System.Collections.Generic;
|
|
|
-using System.IO;
|
|
|
|
|
using System.Linq;
|
|
using System.Linq;
|
|
|
-using System.Runtime.CompilerServices;
|
|
|
|
|
-using System.Runtime.InteropServices.WindowsRuntime;
|
|
|
|
|
using Windows.Foundation;
|
|
using Windows.Foundation;
|
|
|
-using Windows.Foundation.Collections;
|
|
|
|
|
-using Windows.UI.Xaml;
|
|
|
|
|
using Windows.UI.Xaml.Controls;
|
|
using Windows.UI.Xaml.Controls;
|
|
|
-using Windows.UI.Xaml.Controls.Primitives;
|
|
|
|
|
-using Windows.UI.Xaml.Data;
|
|
|
|
|
-using Windows.UI.Xaml.Input;
|
|
|
|
|
-using Windows.UI.Xaml.Media;
|
|
|
|
|
using Windows.UI.Xaml.Navigation;
|
|
using Windows.UI.Xaml.Navigation;
|
|
|
using Windows.Devices.Geolocation;
|
|
using Windows.Devices.Geolocation;
|
|
|
-using Windows.Services.Maps;
|
|
|
|
|
using Windows.Storage.Streams;
|
|
using Windows.Storage.Streams;
|
|
|
using Windows.UI;
|
|
using Windows.UI;
|
|
|
using Windows.UI.Core;
|
|
using Windows.UI.Core;
|
|
|
-using Windows.UI.Xaml.Automation;
|
|
|
|
|
using Windows.UI.Xaml.Controls.Maps;
|
|
using Windows.UI.Xaml.Controls.Maps;
|
|
|
-using Windows.UI.Xaml.Shapes;
|
|
|
|
|
using Breda_Tour.CustomControls;
|
|
using Breda_Tour.CustomControls;
|
|
|
-using System.Diagnostics;
|
|
|
|
|
using Windows.Devices.Geolocation.Geofencing;
|
|
using Windows.Devices.Geolocation.Geofencing;
|
|
|
-using Windows.UI.Xaml.Automation.Peers;
|
|
|
|
|
using Breda_Tour.Data;
|
|
using Breda_Tour.Data;
|
|
|
using Breda_Tour.RouteSelectScreen;
|
|
using Breda_Tour.RouteSelectScreen;
|
|
|
|
|
|
|
|
-// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
|
|
|
|
|
-
|
|
|
|
|
namespace Breda_Tour.MapScreen
|
|
namespace Breda_Tour.MapScreen
|
|
|
{
|
|
{
|
|
|
- /// <summary>
|
|
|
|
|
- /// An empty page that can be used on its own or navigated to within a Frame.
|
|
|
|
|
- /// </summary>
|
|
|
|
|
public sealed partial class MapPage : Page
|
|
public sealed partial class MapPage : Page
|
|
|
{
|
|
{
|
|
|
private MapIcon marker;
|
|
private MapIcon marker;
|