Norway Open Data SDK
    Preparing search index...

    Type Alias RoadNetworkParameters

    Filters accepted when reading segmented NVDB road-network links.

    type RoadNetworkParameters = {
        boundingBox?: [number, number, number, number];
        countyCode?: string;
        municipalityCode?: string;
        pageSize?: number;
        roadCategory?: RoadCategory[];
        start?: string;
    }
    Index
    boundingBox?: [number, number, number, number]

    WGS84 [minLongitude, minLatitude, maxLongitude, maxLatitude].

    countyCode?: string
    municipalityCode?: string
    pageSize?: number
    roadCategory?: RoadCategory[]

    Existing-road categories. They map to NVDB references EV/RV/FV/KV/PV/SV.

    start?: string

    Opaque continuation marker returned by the preceding response.