Méthode | Description | |
---|---|---|
GetCityId ( string location ) : int | ||
GetTemperature ( int cityId ) : int |
Méthode | Description | |
---|---|---|
GetCityId ( double latitude, double longitude ) : int | ||
GetCoordinates ( string location ) : double[] |
public static GetCityId ( string location ) : int | ||
location | string | |
Résultat | int |
public static GetTemperature ( int cityId ) : int | ||
cityId | int | |
Résultat | int |