Select to view content in your preferred language

Neighborhood blank with PointAddress

329
1
03-05-2020 10:38 AM
Jean-FrancoisCayron
New Contributor

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?

0 Kudos
1 Reply
Jean-FrancoisCayron
New Contributor

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.

0 Kudos