BMFIndoorRouteStep class Null safety
此类表示室内路线的一个路段
- Inheritance
 - 
    
- Object
 - BMFRouteStep
 - BMFIndoorRouteStep
 
 
Constructors
- BMFIndoorRouteStep({int? distance, int? duration, List? points, int? pointsCount, String? name, dynamic entrace, dynamic exit, String? instructions, String? buildingid, String? floorid, List? indoorStepNodes})
 - 有参构造
 - BMFIndoorRouteStep.fromMap(Map map)
 - map => BMFIndoorRouteStep
 
Properties
- buildingid ↔ String?
 - 
  建筑物id
  read / write
 - distance ↔ int?
 - 
  路段长度 单位: 米
  read / write, inherited
 - duration ↔ int?
 - 
  路段耗时 单位: 秒
  read / write, inherited
 - entrace ↔ dynamic
 - 
  入口信息
  read / write
 - exit ↔ dynamic
 - 
  出口信息
  read / write
 - floorid ↔ String?
 - 
  室内楼层id
  read / write
 - hashCode → int
 - 
  The hash code for this object.
  read-only, inherited
 - indoorStepNodes ↔ List?
 - 
  结点数组,成员类型为:BMFIndoorStepNode
  read / write
 - instructions ↔ String?
 - 
  路段指示信息
  read / write
 - name ↔ String?
 - 
  路段道路名称
  read / write, inherited
 - points ↔ List?
 - 
  路段所经过的坐标集合
  read / write, inherited
 - pointsCount ↔ int?
 - 
  路段所经过的地理坐标集合内点的个数
  read / write, inherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  read-only, inherited
 
Methods
- 
  fromMap(
Map map) → dynamic  - 
  
  override
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a non-existent method or property is accessed.
  inherited
 - 
  toMap(
) → Map< String, Object?>  - 
  
  override
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited