BaiduHeading class
Constructors
- BaiduHeading({double? magneticHeading, double? trueHeading, double? headingAccuracy, double? x, double? y, double? z, String? timestamp})
- BaiduHeading.fromMap(Map map)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- headingAccuracy ↔ double?
-
航向精度
getter/setter pair
- magneticHeading ↔ double?
-
磁头(仅iOS返回)
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轴测量的地磁的原始值
仅iOS返回
getter/setter pair
- y ↔ double?
-
y轴测量的地磁的原始值
仅iOS返回
getter/setter pair
- z ↔ double?
-
z轴测量的地磁的原始值
仅iOS返回
getter/setter pair
Methods
-
getMap(
) → Map -
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