Norway Open Data SDK
    Preparing search index...

    Type Alias NorwegianAddress

    A normalized Norwegian street address.

    type NorwegianAddress = {
        addressText?: string;
        countryCode?: string;
        countryName?: string;
        countyCode?: string;
        countyName?: string;
        houseNumber?: number;
        latitude?: number;
        letter?: string;
        longitude?: number;
        municipalityCode?: string;
        municipalityName?: string;
        postalCode?: string;
        postalPlace?: string;
        streetName?: string;
    }
    Index
    addressText?: string
    countryCode?: string
    countryName?: string
    countyCode?: string
    countyName?: string
    houseNumber?: number
    latitude?: number
    letter?: string
    longitude?: number
    municipalityCode?: string
    municipalityName?: string
    postalCode?: string
    postalPlace?: string
    streetName?: string