Norway Open Data SDK
    Preparing search index...

    Type Alias RoadObjectPropertyType

    Public property metadata from an NVDB road-object type.

    type RoadObjectPropertyType = {
        description?: string;
        id: number;
        name: string;
        required?: boolean;
        unit?: string;
        valueType?: string;
    }
    Index
    description?: string
    id: number
    name: string
    required?: boolean
    unit?: string
    valueType?: string