toggle menu
qwsdk
1.1.1
jvm
switch theme
search in API
qwsdk
/
com.qwsdk.vastgui.entity.geo.top
/
GeoTop
Geo
Top
@
Serializable
data
class
GeoTop
(
val
code
:
String
,
val
refer
:
Refer
=
Refer()
,
val
topCityList
:
List
<
GeoTop.TopCity
>
=
emptyList()
)
:
QWSdkResponse
(
source
)
热门城市查询
Members
Constructors
Geo
Top
Link copied to clipboard
constructor
(
code
:
String
,
refer
:
Refer
=
Refer()
,
topCityList
:
List
<
GeoTop.TopCity
>
=
emptyList()
)
Types
Top
City
Link copied to clipboard
@
Serializable
data
class
TopCity
(
val
adm1
:
String
,
val
adm2
:
String
,
val
country
:
String
,
val
fxLink
:
String
,
val
id
:
String
,
val
isDst
:
String
,
val
lat
:
String
,
val
lon
:
String
,
val
name
:
String
,
val
rank
:
String
,
val
type
:
String
,
val
tz
:
String
,
val
utcOffset
:
String
)
:
GeoLocationID
热门城市
Properties
code
Link copied to clipboard
open
override
val
code
:
String
请参考
状态码
。
refer
Link copied to clipboard
val
refer
:
Refer
参考
Refer
。
top
City
List
Link copied to clipboard
val
topCityList
:
List
<
GeoTop.TopCity
>
参考
TopCity
。