LatestLocation class
最新轨迹点信息
Constructors
- LatestLocation.fromMap(Map map)
 
Properties
- 
          columns
          ↔ Map<
String, String>  - 
          自定义轨迹属性(track attribute) 
                  read / write
 - coordType ↔ CoordType
 - 
           
                  read / write
 - direction ↔ int
 - 
          方向(范围为
0,359,0度为正北方向,顺时针)read / write - distance ↔ double
 - 
          距中心点距离 
                  read / write
 - floor ↔ String
 - 
          楼层 
                  read / write
 - hashCode → int
 - 
          The hash code for this object. [...]
                  read-only, inherited
 - height ↔ double
 - 
          高度(单位: m) 
                  read / write
 - location ↔ LatLng
 - 
          经纬度 
                  read / write
 - locTime ↔ int
 - 
          定位时间 
                  read / write
 - objectName ↔ String
 - 
          对象名称 
                  read / write
 - radius ↔ double
 - 
          定位精度(单位:m) 
                  read / write
 - runtimeType → Type
 - 
          A representation of the runtime type of the object. 
                  read-only, inherited
 - speed ↔ double
 - 
          速度(单位:km/h) 
                  read / write
 
Methods
- 
          noSuchMethod(
Invocation invocation) → dynamic  - 
          Invoked when a non-existent method or property is accessed. [...]
                  inherited
 - 
          toMap(
) → Map  - 
          toString(
) → String  - 
          Returns a string representation of this object. 
                  override
 
Operators
- 
          operator ==(
Object other) → bool  - 
          The equality operator. [...]
                  inherited