one of my partners encounters "no hits" when geocoding. Of course this is a regular behaviour.
He would like to know whether it is possible to distinguish the cause of this result between
- country not contained in the underlying data
- country contained but address data (zip code, city, ... except for country) is not matched at all (kind of "total score==0")
- country contained, address data matches but total score too low
- Does the API return some kind of result limitation that supports him in this challenge?
- Is it possible to gather a list of all countries supported by the underlying geocoding index? I first thought of using the xRuntime2.getDataInformation, but this uses the map - not the GCD (correct me if I'm wrong).
- Is it possible to satisfy these needs withour manually maintained look-a-side tables which would have to be updated with every map version and software installation?
Bernd