EarthquakeComponentAuxiliary class
震源位置の補足情報。 対象の地震により津波注意報などが発表される状況下で、VXSE53またはVTSE41、VTSE51、VTSE52のみに出現する。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- EarthquakeComponentAuxiliary({required String text, required int code, required String name, required String direction, required EarthquakeComponentAuxiliaryDistance distance})
-
EarthquakeComponentAuxiliary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code → int
-
震源位置の捕捉位置を表現する代表地域コード
コードは、気象庁防災情報XMLフォーマット コード表 地震火山関連コード表 による
final
- direction → String
-
代表地域から震源への方角を16方位で表現
final
- distance → EarthquakeComponentAuxiliaryDistance
-
代表地域と震源の距離情報
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
震源位置の捕捉位置を表現する代表地域名
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
震源位置の捕捉位置を記載
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited