FlutterRoutingStep constructor
FlutterRoutingStep({
- required FlutterPointLLA point,
- required int floorIndex,
- required String floor,
- required FlutterNodeType type,
- int? nodeId,
- String? name,
- String? nextTargetEdgeName,
Implementation
FlutterRoutingStep({
required this.point,
required this.floorIndex,
required this.floor,
required this.type,
this.nodeId,
this.name,
this.nextTargetEdgeName,
});