Type alias TGetDirectionsOptions

TGetDirectionsOptions: {
    accessible?: boolean;
    smoothing?: boolean;
}

Options for controlling the behavior of the Directions.

Type declaration

  • Optional accessible?: boolean

    If true directions will only take accessible routes

    Default

    false
    
  • Optional smoothing?: boolean

    Enable or disable path smoothing.

    Default

    true