CityInfo 类
- 命名空间
- ClassIsland.Core.Models.Weather
- 程序集
- ClassIsland.Core.dll
CityInfo 搜索城市或地区的信息。
public class CityInfo
- 继承
-
CityInfo
- 继承成员
属性
Affiliation
Affiliation 城市或地区所属的国家或地区。
[JsonPropertyName("affiliation")]
public string Affiliation { get; set; }
属性值
Latitude
Longitude 城市或地区的经度。
[JsonPropertyName("latitude")]
public string Latitude { get; set; }
属性值
LocationKey
LocationKey 城市或地区的唯一标识符。
[JsonPropertyName("locationKey")]
public string LocationKey { get; set; }
属性值
Longitude
Latitude 城市或地区的纬度。
[JsonPropertyName("longitude")]
public string Longitude { get; set; }
属性值
Name
Name 城市或地区名称。
[JsonPropertyName("name")]
public string Name { get; set; }