Type Alias TOutsideThresholdPathStyle

TOutsideThresholdPathStyle:
    | "solid"
    | "dashed-boxes"
    | "dashed-stripes"
    | "dashed-sparse"
    | "bordered"

Preset visual styles for the connector line drawn from the tracked coordinate to the path when outside the tether threshold.

  • 'dashed-boxes' — chunky 1m absolute dashes (default). Reads loudly as "off-route".
  • 'dashed-stripes' — long dashes with tiny gaps. Almost-solid striped look.
  • 'dashed-sparse' — same dash size as dashed-boxes but with a much bigger gap. Quieter, more breathable rhythm.
  • 'solid' — continuous solid line, no dashing. A plain leader line.
  • 'bordered' — ribbon geometry with darkened edges. Reads as a warning ribbon. Forces ribbon geometry on the connector.

For fine-grained control (custom colour, exact width, etc.) use outsideThresholdPathOptions — it is merged on top of the preset and wins on any conflicting properties.