Ejemplo n.º 1
0
        private void InitializeUpdateLocation()
        {
            this.updateLocation = LocationTracker.GetInstance(positionChangedArgs =>
            {
                var currentLocation = positionChangedArgs.Position.Location;

                this.UpdatePage(currentLocation);

                this.CheckIn(currentLocation);
            });
        }
Ejemplo n.º 2
0
        private void InitializeUpdateLocation()
        {
            this.updateLocation = LocationTracker.GetInstance(positionChangedArgs =>
            {
                var currentLocation = positionChangedArgs.Position.Location;

                this.UpdatePage(currentLocation);

                this.CheckIn(currentLocation);
            });
        }