Type alias TSimplifyDirectionsOptionsExperimental

TSimplifyDirectionsOptions: {
    bufferRadius?: number;
    enabled: boolean;
}

Configuration options for directions simplifying.

Type declaration

  • Optional bufferRadius?: number

    The radius of the buffer around the path.

    Default

    1.8
    
  • enabled: boolean

    Enable or disable simplifying.