RealTimeLocationResult class
实时定位结果
Constructors
- RealTimeLocationResult.fromMap(Map map)
 
Properties
- altitude ↔ int
 - 
          高度(单位 : 米) 
                  read / write
 - building ↔ String
 - 
          建筑物信息 
                  read / write
 - coordType ↔ CoordType
 - 
          坐标类型 
                  read / write
 - direction ↔ double
 - 
          方向(单位 : 度) 
                  read / write
 - floor ↔ String
 - 
          楼层信息 
                  read / write
 - hashCode → int
 - 
          The hash code for this object. [...]
                  read-only, inherited
 - indoor ↔ String
 - 
          室内定位结果类型 
                  read / write
 - latitude ↔ double
 - 
          纬度 
                  read / write
 - locType ↔ LocType
 - 
          定位类型 
                  read / write
 - longitude ↔ double
 - 
          经度 
                  read / write
 - message ↔ String
 - 
          状态消息 
                  read / write, inherited
 - radius ↔ double
 - 
          精度(单位 : 米) 
                  read / write
 - runtimeType → Type
 - 
          A representation of the runtime type of the object. 
                  read-only, inherited
 - speed ↔ double
 - 
          速度(单位 : 公里/小时) 
                  read / write
 - status ↔ int
 - 
          状态码 
                  read / write, inherited
 - tag ↔ int
 - 
          请求标识 
                  read / write, inherited
 - time ↔ String
 - 
          定位时间(格式 : yyyy-MM-dd HH:mm:ss, eg : 2015-01-01 14:01:01) 
                  read / write
 
Methods
- 
          noSuchMethod(
Invocation invocation) → dynamic  - 
          Invoked when a non-existent method or property is accessed. [...]
                  inherited
 - 
          toMap(
) → Map  - BaseResult => map
 - 
          toString(
) → String  - 
          Returns a string representation of this object. 
                  inherited
 
Operators
- 
          operator ==(
Object other) → bool  - 
          The equality operator. [...]
                  inherited