Catel.Services.LocationServiceBase.GetCurrentLocation C# (CSharp) Method

GetCurrentLocation() public method

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