BMFHeading class

heading信息

Implemented types
  • BMFModel

Constructors

BMFHeading({double magneticHeading, double trueHeading, double headingAccuracy, double x, double y, double z, String timestamp})

Properties

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

Methods

fromMap(Map map) → dynamic
map -> dynamic
override
toMap() → Map<String, Object>
model -> map
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

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

Static Methods

heading() BMFHeading