1

I need the mapquest geocoding API to return multiple results that best match an incomplete or incorrect address. Is that possible or the API can only return one single result that is correct or not?

Adam Jenkins
  • 51,445
  • 11
  • 72
  • 100
Cris
  • 2,824
  • 24
  • 23

1 Answers1

2

The MapQuest Geocode API returns results in the order of the most likely match determined by MapQuest.com usage. If an exact match is found, only one result is returned.

MQBrian
  • 452
  • 1
  • 3
  • 7