not sure if this is the intentional behavior. when i use “address” for the AddressPart function, it only returns the street name and not the numerical street address. please see below. is this intended? how would one go about extracting the numerical street address?
I’m encountering the same issue!
{
fullAddress: 'Cabralstraat 1, 1057 CD Amsterdam, Netherlands',
addressParts: {
place: 'Amsterdam',
region: 'North Holland',
address: 'Cabralstraat',
country: 'Netherlands',
locality: 'West',
postcode: '1055 CD',
neighborhood: 'Landlust'
}
}
The house number isn’t in any part of the location object, Ideally it should be in the address
field: “Cabralstraat 1”
I’ve encountered this as well.
Same here for Belgian adresses