Skip to content
WinExp edited this page Jun 7, 2022 · 2 revisions

GeoAPI使用方法

GeoAPI.GetGeoAsync()

使用方法

await QWeatherAPI.GeoAPI.GetGeoAsync(arguments);

作用

提供查询地区功能。

参数

1.GetGeoAsync(string location, string key, string adm, string range = "world", int limit = 10, string lang = "zh")

2.GetGeoAsync(string location, string key, string range = "world", int limit = 10, string lang = "zh")

Clone this wiki locally