RouteNode constructor
RouteNode(
- LocationPoint point,
- double weight,
- double distance,
- List<
RouteEvent> events,
@brief Default constructor
Implementation
RouteNode(this.point, this.weight, this.distance, this.events);