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

    Interface ValhallaRoutingLocation

    ValhallaRoutingLocation interface for the locations in the trip.

    interface ValhallaRoutingLocation {
        city: string;
        lat: number;
        lon: number;
        original_index: number;
        type: string;
    }
    Index

    Properties

    city: string
    lat: number
    lon: number
    original_index: number
    type: string