Good afternoon,
I am currently using the suggest service to obtain a list of suggestions for the addresses entered.
The request I am making is the following (I omitted the token)
Service: https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/suggest
Parameters:
maxSuggestions=5
returnCollections=false
countryCode=CO
text=CARRERA 6A 47A 40, medellin, antioquia
The problem I am having is that within the suggestions obtained I am not receiving the house number, that is, the exact address. To previous example I am getting:
Why I don't get the house number, in this case 40?
Thanks