@watergis/maplibre-gl-terradraw
    Preparing search index...

    Interface ValhallaRoutingLeg

    ValhallaRoutingLeg interface for the legs of the trip.

    interface ValhallaRoutingLeg {
        maneuvers: {
            begin_shape_index: number;
            cost: number;
            end_shape_index: number;
            instruction: string;
            length: number;
            rough: boolean;
            time: number;
            travel_mode: string;
            travel_type: string;
            type: number;
            verbal_post_transition_instruction: string;
            verbal_pre_transition_instruction: string;
        }[];
        shape: string;
        summary: ValhallaTripSummary;
    }
    Index

    Properties

    maneuvers: {
        begin_shape_index: number;
        cost: number;
        end_shape_index: number;
        instruction: string;
        length: number;
        rough: boolean;
        time: number;
        travel_mode: string;
        travel_type: string;
        type: number;
        verbal_post_transition_instruction: string;
        verbal_pre_transition_instruction: string;
    }[]
    shape: string