Using either the geocodeAddresses or findAddressCandidates the "Nbrhd" result field is blank when I get a PointAddress.
If I change the house number by 1, resulting in a StreetAddress, the Nbrhd is correctly populated.
I need the neighborhood in my application, am I missing something?
I have searched everywhere and cannot find an answer to my issue.
The application needs to verify it is a valid house address, i.e. "Point Address".
As a workaround, I first run the findAddressCandidates with a category "Point Address". If I do get a result I use it for everything that is populated, then I run the findAddressCandidates again with a category "Street Address", in which case the extra fields as Nbrhood are populated.
The downside is that I need 2 transactions for a single address.
If anyone has something to add, I would love to hear it.