RouteOptions constructor

RouteOptions(
  1. double? smoothRadius,
  2. double? maxProjectionDistance,
  3. double? maxAdvance
)

@brief Default constructor

Implementation

RouteOptions(this.smoothRadius, this.maxProjectionDistance, this.maxAdvance);