chadly / Geocoding.net

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

Add support for returning Confidence level if available. #127

Open niemyjski opened 4 years ago

niemyjski commented 4 years ago

We really need away to capture the relevancy of returned GeocodeAsync calls. For example if I do GeocodeAsync("1002 Main Street") I'm going to get a list of addresses from all over the world. I have no idea which one is more relevant (I get this is somewhat of a bad example, but I know that google returns a confidence score on returned addresses (and field parts like zip code). This would also allow us to sort the results by highest confidence.