BMFLocation class
定位信息
Constructors
Properties
- accuracy ↔ double?
-
定位精度
getter/setter pair
- altitude ↔ double?
-
海拔
getter/setter pair
- coordinate ↔ BMFCoordinate?
-
经纬度
getter/setter pair
- course ↔ double?
-
航向
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizontalAccuracy ↔ double?
-
水平精确度
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- satellitesNum ↔ int?
-
GPS定位时卫星数目
getter/setter pair
- speed ↔ double?
-
速度
getter/setter pair
- timestamp ↔ String?
-
时间 YYYY-MM-dd HH:mm:ss
getter/setter pair
- verticalAccuracy ↔ double?
-
垂直精确度
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