BMFHeading class

heading信息

Constructors

BMFHeading({double? magneticHeading, double? trueHeading, double? headingAccuracy, double? x, double? y, double? z, String? timestamp})
有参构造
BMFHeading.fromMap(Map map)
map => BMFHeading

Properties

hashCode → int
The hash code for this object.
no setterinherited
headingAccuracy ↔ double?
航向精度
getter/setter pair
magneticHeading ↔ double?
磁头
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
timestamp ↔ String?
时间戳
getter/setter pair
trueHeading ↔ double?
表示角度方向,其中0度为真北。参考方向
getter/setter pair
x ↔ double?
x轴测量的地磁的原始值
getter/setter pair
y ↔ double?
y轴测量的地磁的原始值
getter/setter pair
z ↔ double?
z轴测量的地磁的原始值
getter/setter pair

Methods

fromMap(Map map) → dynamic
map -> dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, Object?>
model -> map
toString() → String
A string representation of this object.
inherited

Operators

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