Norway Open Data SDK
    Preparing search index...

    Type Alias RoadObjectSearchParameters

    Filters accepted by an NVDB road-object search.

    type RoadObjectSearchParameters = {
        boundingBox?: [number, number, number, number];
        countyCode?: string;
        municipalityCode?: string;
        pageSize?: number;
        roadReference?: string;
        start?: string;
        typeId: number;
    }
    Index
    boundingBox?: [number, number, number, number]

    WGS84 [minLongitude, minLatitude, maxLongitude, maxLatitude].

    countyCode?: string
    municipalityCode?: string
    pageSize?: number
    roadReference?: string

    NVDB road-system reference, for example EV6S1D1.

    start?: string

    Opaque continuation marker returned by the preceding response.

    typeId: number

    Numeric road-object type ID from the NVDB data catalogue.