Norway Open Data SDK
    Preparing search index...

    Type Alias RoadObject

    A normalized public road object from NVDB.

    type RoadObject = {
        id: number;
        location?: RoadObjectLocation;
        properties: RoadObjectProperty[];
        typeId: number;
        typeName?: string;
        version?: number;
    }
    Index
    id: number
    properties: RoadObjectProperty[]
    typeId: number
    typeName?: string
    version?: number