BMFDrivingStep class
此类表示驾车路线中的一个路段
- Inheritance
-
- Object
- BMFRouteStep
- BMFDrivingStep
Constructors
-
BMFDrivingStep({int? distance, int? duration, List<
BMFCoordinate> ? points, int? pointsCount, String? name, int? direction, BMFRouteNode? entrace, String? entraceInstruction, BMFRouteNode? exit, String? exitInstruction, String? instruction, int? numTurns, bool? hasTrafficsInfo, List<int> ? traffics, int? roadLevel, String? roadName}) - BMFDrivingStep.fromMap(Map map)
- map => BMFDrivingStep
Properties
- direction ↔ int?
-
该路段起点方向值
getter/setter pair
- distance ↔ int?
-
路段长度 单位: 米
getter/setter pairinherited
- duration ↔ int?
-
路段耗时 单位: 秒
getter/setter pairinherited
- entrace ↔ BMFRouteNode?
-
路段入口信息
getter/setter pair
- entraceInstruction ↔ String?
-
路段入口的指示信息
getter/setter pair
- exit ↔ BMFRouteNode?
-
路段出口信息
getter/setter pair
- exitInstruction ↔ String?
-
路段出口指示信息
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasTrafficsInfo ↔ bool?
-
路段是否有路况信息
getter/setter pair
- instruction ↔ String?
-
路段总体指示信息
getter/setter pair
- name ↔ String?
-
路段道路名称
getter/setter pairinherited
- numTurns ↔ int?
-
路段需要转弯数
getter/setter pair
-
points
↔ List<
BMFCoordinate> ? -
路段所经过的坐标集合
getter/setter pairinherited
- pointsCount ↔ int?
-
路段所经过的地理坐标集合内点的个数
getter/setter pairinherited
- roadLevel ↔ int?
-
道路类型
getter/setter pair
- roadName ↔ String?
-
道路名称 Since 3.1.0
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
traffics
↔ List<
int> ? -
路段的路况信息,成员为NSNumber。0:无数据;1:畅通;2:缓慢;3:拥堵
getter/setter pair
Methods
-
fromMap(
Map map) → dynamic -
map -> dynamic
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> -
model -> map
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited