Splits a full address string into its components (province, district, sub-district, postal code).

  • Parameters

    • fullAddress: string

      The full address string to split.

    Returns Promise<null | IExpanded>

    An object containing the address components, or null if parsing fails.