BMFLocation class Null safety

定位信息

Constructors

BMFLocation({required dynamic coordinate, double? altitude, double? horizontalAccuracy, double? verticalAccuracy, double? course, double? speed, double? accuracy, int? satellitesNum, String? timestamp})
BMFLocation.fromMap(Map map)
map => BMFLocation

Properties

accuracy ↔ double?
定位精度
read / write
altitude ↔ double?
海拔
read / write
coordinate ↔ dynamic
经纬度
read / write
course ↔ double?
航向
read / write
hashCode → int
The hash code for this object.
read-only, inherited
horizontalAccuracy ↔ double?
水平精确度
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
satellitesNum ↔ int?
GPS定位时卫星数目
read / write
speed ↔ double?
速度
read / write
timestamp ↔ String?
时间 YYYY-MM-dd HH:mm:ss
read / write
verticalAccuracy ↔ double?
垂直精确度
read / write

Methods

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

Operators

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