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

    Interface ValhallaTripSummary

    ValhallaTripSummary interface for the summary of the trip.

    interface ValhallaTripSummary {
        cost: number;
        has_time_restrictions: boolean;
        length: number;
        max_lat: number;
        max_lon: number;
        min_lat: number;
        min_lon: number;
        time: number;
    }
    Index

    Properties

    cost: number
    has_time_restrictions: boolean
    length: number
    max_lat: number
    max_lon: number
    min_lat: number
    min_lon: number
    time: number