Type Alias TTrackCoordinateOptions

TTrackCoordinateOptions: { mode: "tethered" | "travelled" } & (
    | { mode: "tethered" } & TTetherOptions
    | { mode: "travelled" } & TTravelledOptions
)

Options for tracking a coordinate on the navigation path.

Type declaration

  • mode: "tethered" | "travelled"

    The tracking mode to use.

    • 'tethered': Connect the user's position to the closest point on the path
    • 'travelled': Show the travelled portion of the path with a different color