toggle menu
qwsdk
1.1.1
jvm
switch theme
search in API
qwsdk
/
com.qwsdk.vastgui.entity.tropical.forecast
/
StormForecast
/
Forecast
Forecast
@
Serializable
data
class
Forecast
(
val
fxTime
:
String
,
val
lat
:
String
,
val
lon
:
String
,
val
move360
:
String
,
val
moveDir
:
String
,
val
moveSpeed
:
String
,
val
pressure
:
String
,
val
type
:
String
,
val
windSpeed
:
String
)
(
source
)
台风预报
Members
Constructors
Forecast
Link copied to clipboard
constructor
(
fxTime
:
String
,
lat
:
String
,
lon
:
String
,
move360
:
String
,
moveDir
:
String
,
moveSpeed
:
String
,
pressure
:
String
,
type
:
String
,
windSpeed
:
String
)
Properties
fx
Time
Link copied to clipboard
val
fxTime
:
String
台风预报时间
lat
Link copied to clipboard
val
lat
:
String
台风所处纬度。
lon
Link copied to clipboard
val
lon
:
String
台风所处经度。
move360
Link copied to clipboard
val
move360
:
String
台风移动方位360度方向。
move
Dir
Link copied to clipboard
val
moveDir
:
String
台风移动方位。
move
Speed
Link copied to clipboard
val
moveSpeed
:
String
台风移动速度。
pressure
Link copied to clipboard
val
pressure
:
String
台风中心气压。
type
Link copied to clipboard
val
type
:
String
台风类型。
wind
Speed
Link copied to clipboard
val
windSpeed
:
String
台风附近最大风速。