Catel.Services.Test.LocationService.GetCurrentLocation C# (CSharp) Method

GetCurrentLocation() public method

Gets the current location.
public GetCurrentLocation ( ) : ILocation
return ILocation
        public ILocation GetCurrentLocation()
        {
            return _currentLocation;
        }