Function searchAddressByPostalCode

Searches for addresses by postal code.

  • Parameters

    • searchStr: string | number

      The search string for the postal code (can be string or number).

    • OptionalmaxResult: number

      Optional limit on the number of results.

    Returns Promise<IExpanded[]>

    An array of matching address data.