When calling reversegeocode with the exact same address (and code base), we
get different results. One address this happens with is:
City: Ashburn, State: VA, Zip:20148
Sometimes we get 1 entry in GeocodeResult, other times we get 2.
Sometimes we get Ashburn, VA (which we expect),
sometimes we get Broadlands, VA 20148 (which we don't expect since we
explicitly pass Ashburn.
Are there other properties we need to set to ensure better consistancy of
results?
Thanks in advance.