open-nav
    Preparing search index...

    Interface SimpleAddressType

    Simple address type

    Egyszerű címtípus

    interface SimpleAddressType {
        additionalAddressDetail: string;
        city: string;
        countryCode: string;
        postalCode: string;
        region?: string;
    }
    Index
    additionalAddressDetail: string

    Further address data (name and type of public place, house number, floor, door, lot number, etc.)

    További címadatok (pl. közterület neve és jellege, házszám, emelet, ajtó, helyrajzi szám, stb.)

    city: string

    Settlement

    Település

    countryCode: string

    ISO 3166 alpha-2 country code

    Az országkód az ISO 3166 alpha-2 szabvány szerint

    postalCode: string

    ZIP code (If can not be interpreted, need to be filled "0000")

    Irányítószám (amennyiben nem értelmezhető, 0000 értékkel kell kitölteni)

    region?: string

    ISO 3166 alpha-2 province code (if appropriate in a given country)

    Tartomány kódja (amennyiben értelmezhető az adott országban) az ISO 3166-2 alpha 2 szabvány szerint