chadly / Geocoding.net

C# GeoCoding / Address Validation API
MIT License
443 stars 155 forks source link

MapQuestGeocoder does not return addresses where Quality=NEIGHBORHOOD #139

Closed RodneyRichardson closed 3 years ago

RodneyRichardson commented 3 years ago

When searching for "North Sydney, New South Wales, Australia", MapQuest returns a single result with "geocodeQuality": "NEIGHBORHOOD". MapQuestGeocoder.HandleSingleResponse(res) discards all locations with Quality >= COUNTRY (9).

Quality.NEIGHBORHOOD is incorrectly defined with value 10, and is discarded.

NEIGHBORHOOD should be between ZIP and CITY.