private void InitializeUpdateLocation() { this.updateLocation = LocationTracker.GetInstance(positionChangedArgs => { var currentLocation = positionChangedArgs.Position.Location; this.UpdatePage(currentLocation); this.CheckIn(currentLocation); }); }