StormTrack class

台风路径数据

Constructors

StormTrack.fromMap(Map map)

Properties

hashCode int
The hash code for this object.
no setterinherited
lat String
台风所处纬度
getter/setter pair
lon String
台风所处经度
getter/setter pair
move360 String
台风移动方位360度方向 ,可能为空
getter/setter pair
moveDir String
台风移动方位
getter/setter pair
moveSpeed String
台风移动速度
getter/setter pair
pressure String
台风中心气压
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time String
台风信息发布时间
getter/setter pair
type String
台风类型
getter/setter pair
windRadius30 StormTrackWind?
台风7级风圈,可能为空
getter/setter pair
windRadius50 StormTrackWind?
台风10级风圈,可能为空
getter/setter pair
windRadius64 StormTrackWind?
台风12级风圈,可能为空
getter/setter pair
windSpeed String
台风附近最大风速
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited