Telobike.Phone.Station.SetCurrentLocation C# (CSharp) Method

SetCurrentLocation() public method

public SetCurrentLocation ( GeoCoordinate current ) : void
current GeoCoordinate
return void
        public void SetCurrentLocation(GeoCoordinate current)
        {
            this._currentLocation = current;
              this.DistanceFromOrigin = this.Coordinate.GetDistanceTo(this._currentLocation);
        }