FlutterRoutingStep constructor

FlutterRoutingStep({
  1. required FlutterPointLLA point,
  2. required int floorIndex,
  3. required String floor,
  4. required FlutterNodeType type,
  5. int? nodeId,
  6. String? name,
  7. String? nextTargetEdgeName,
})

Implementation

FlutterRoutingStep({
  required this.point,
  required this.floorIndex,
  required this.floor,
  required this.type,
  this.nodeId,
  this.name,
  this.nextTargetEdgeName,
});