BMFWeatherDataType enum

天气数据类型枚举

Constants

Alert → const BMFWeatherDataType

天气事件预警,仅支持国内,高级字段

const BMFWeatherDataType(4)
All → const BMFWeatherDataType

以上全部,高级字段获取对应权限后可返回

const BMFWeatherDataType(5)
Forecasts → const BMFWeatherDataType

未来五天天气预报

const BMFWeatherDataType(1)
ForecastsForHour → const BMFWeatherDataType

按小时天气预报,高级字段

const BMFWeatherDataType(2)
LifeIndex → const BMFWeatherDataType

生活指数,仅支持国内,高级字段

const BMFWeatherDataType(3)
Now → const BMFWeatherDataType

实时天气预报

const BMFWeatherDataType(0)
values → const List<BMFWeatherDataType>

A constant List of the values in this enum, in order of their declaration.

const List<BMFWeatherDataType>

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
index → int

The integer index of this enum.

final
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited