public App()
 {
     // The root page of your application
     MainPage = new MapPage();
 }
		public App()
		{
			// The root page of your application
			MainPage = new MapPage();
		}