TomTom Maps for JavaScript
    Preparing search index...

    Type Alias DisplayRouteProps

    Display props focused on route lines.

    Combines complete route information with styling and event handling capabilities. Used for rendering the actual route geometry on the map.

    This type extends the base route properties with display-specific information needed for rendering and interaction.

    const displayRoute: DisplayRouteProps = {
    ...routeData,
    routeState: 'selected',
    eventState: 'hover'
    };