RouteNode constructor

RouteNode(
  1. LocationPoint point,
  2. double weight,
  3. double distance,
  4. List<RouteEvent> events,
)

Default constructor.

Implementation

RouteNode(this.point, this.weight, this.distance, this.events);