PlaceAddress: {
    country?: string;
    district?: string;
    house?: string;
    place?: string;
    postalCode?: string;
    settlement?: string;
}

Place address object.

Type declaration

  • Optional country?: string

    Country

  • Optional district?: string

    Part of a settlement, e.g. Praha 1

  • Optional house?: string

    Conscription number of a house

  • Optional place?: string

    Street, square, avenue, etc.

  • Optional postalCode?: string

    Postal code

  • Optional settlement?: string

    City, town, village, etc.

Generated using TypeDoc