Open Map
    Preparing search index...

    Type Alias Address

    Address: Record<"ISO3166-2-lvl4" | "country_code" | "country", string> & Partial<
        Record<
            | "state"
            | "state_district"
            | "town"
            | "village"
            | "road"
            | "neighbourhood"
            | "building"
            | "house_number"
            | "amenity"
            | "postcode",
            string,
        >,
    >