C# 클래스 ThermostatMonitorLib.Weather

파일 보기 프로젝트 열기: AndroidThermostat/ThermostatMonitor-Net

공개 메소드들

메소드 설명
GetCityId ( string location ) : int
GetTemperature ( int cityId ) : int

비공개 메소드들

메소드 설명
GetCityId ( double latitude, double longitude ) : int
GetCoordinates ( string location ) : double[]

메소드 상세

GetCityId() 공개 정적인 메소드

public static GetCityId ( string location ) : int
location string
리턴 int

GetTemperature() 공개 정적인 메소드

public static GetTemperature ( int cityId ) : int
cityId int
리턴 int