AMapLocationHeading class

ios 设备朝向

Constructors

AMapLocationHeading.fromMap(Map map)

Properties

hashCode int
The hash code for this object.
no setterinherited
headingAccuracy double?
表示磁航向与实际地磁航向在度数上可能存在差异的最大偏差。负值表示无效
final
magneticHeading double?
表示方向,以度数表示,其中0度为磁北。方向是从设备的顶部引用的,而不考虑设备的方向以及用户界面的方向。 范围: 0.0 - 359.9度,0为正北
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp double?
返回确定磁航向的时间戳。
final
trueHeading double?
以度数表示方向,其中0度为真北。方向是从设备的顶部引用的,而不考虑设备的方向以及用户界面的方向。 范围: 0.0 - 359.9度,0为正北
final
x double?
返回在x轴上测量的地磁的原始值。
final
y double?
返回在y轴上测量的地磁的原始值。
final
z double?
返回在z轴上测量的地磁的原始值。
final

Methods

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

Operators

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