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