// Constructor
        public MainPage()
        {
            InitializeComponent();

            // Set the data context of the LongListSelector control to the sample data
            DataContext = App.ViewModel;

            finder = new GeoCoordinateObservable(GeoPositionAccuracy.High, 20);

            // Sample code to localize the ApplicationBar
            //BuildLocalizedApplicationBar();
        }
Example #2
0
        // Constructor
        public MainPage()
        {
            InitializeComponent();

            // Set the data context of the LongListSelector control to the sample data
            DataContext = App.ViewModel;

            finder = new GeoCoordinateObservable(GeoPositionAccuracy.High, 20);

            // Sample code to localize the ApplicationBar
            //BuildLocalizedApplicationBar();
        }