PassThroughWaypoint constructor

PassThroughWaypoint(
  1. RoutePlace place
)

Implementation

PassThroughWaypoint(RoutePlace place)
  : place = place, offset = null;