Norway Open Data SDK
    Preparing search index...

    Type Alias RoadObjectType

    Public road-object type metadata from the NVDB data catalogue.

    type RoadObjectType = {
        categories: string[];
        description?: string;
        id: number;
        name: string;
        properties: RoadObjectPropertyType[];
        sensitive: false;
        shortName?: string;
        status?: string;
    }
    Index
    categories: string[]
    description?: string
    id: number
    name: string
    sensitive: false

    Always false for results exposed by this SDK; sensitive types are rejected.

    shortName?: string
    status?: string