C# 클래스 DarkSkySharp.DarkSky

파일 보기 프로젝트 열기: greymouser/DarkSkySharp 1 사용 예제들

공개 메소드들

메소드 설명
Forecast ( Geolocation location ) : ForecastObject

Call the DarkSky forecast API. lat/lon of location to forecast ForecastObject that represents the v1 forecast return result.

Precipitation ( int>.List locationsAndTimes ) : PrecipitationObject

Call the DarkSky precipitation API. List of key-value pairs of locations and times. PrecipitationObject that represents the v1 precipitation return result.

비공개 메소드들

메소드 설명
DoGetRequest ( string url ) : string

메소드 상세

Forecast() 공개 메소드

Call the DarkSky forecast API. lat/lon of location to forecast ForecastObject that represents the v1 forecast return result.
public Forecast ( Geolocation location ) : ForecastObject
location Geolocation
리턴 ForecastObject

Precipitation() 공개 메소드

Call the DarkSky precipitation API. List of key-value pairs of locations and times. PrecipitationObject that represents the v1 precipitation return result.
public Precipitation ( int>.List locationsAndTimes ) : PrecipitationObject
locationsAndTimes int>.List
리턴 PrecipitationObject