BMFLocation class

定位信息

Implemented types
  • BMFModel

Constructors

BMFLocation({@required BMFCoordinate coordinate, double altitude, double horizontalAccuracy, double verticalAccuracy, double course, double speed, double accuracy, int satellitesNum, String timestamp})

Properties

accuracy ↔ double
定位精度 [...]
read / write
altitude ↔ double
海拔 [...]
read / write
coordinate ↔ BMFCoordinate
经纬度
read / write
course ↔ double
航向
read / write
horizontalAccuracy ↔ double
水平精确度 [...]
read / write
satellitesNum ↔ int
GPS定位时卫星数目 [...]
read / write
speed ↔ double
速度
read / write
timestamp ↔ String
时间 YYYY-MM-dd HH:mm:ss [...]
read / write
verticalAccuracy ↔ double
垂直精确度 [...]
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

location() BMFLocation