I'm working with addresses that have "1/2" in the street number. For example:
208 1/2 W GOODALL ST MARION IL 62959-229
I'm getting the following results:
{ text: '208 1/2 W GOODALL ST APT B MARION, IL 62959', parts: [], unit: 1, country: undefined, number: '208/2', street: 'W GOODALL ST', regions: [ 'APT B MARION', 'IL 62959' ] }
Is there anything that I am doing incorrectly? Or is this type of address just not supported.
I'm working with addresses that have "1/2" in the street number. For example:
208 1/2 W GOODALL ST MARION IL 62959-229I'm getting the following results:
{ text: '208 1/2 W GOODALL ST APT B MARION, IL 62959', parts: [], unit: 1, country: undefined, number: '208/2', street: 'W GOODALL ST', regions: [ 'APT B MARION', 'IL 62959' ] }Is there anything that I am doing incorrectly? Or is this type of address just not supported.