We're trying the evaluation version of Geocoder and run into the exception "The given key was not present in the dictionary" when calling GeocoderMatch.GetCentroidWkt(). The NameValuePairs collection has an entry for "CentroidPoint" with a value of "POINT(-87.674574 41.9633400000002)" which I thought would be used in the GetCentroidWkt() method call. Is that not correct?
Note that we can successfully create a PointShape using:
new PointShape(geocoderMatch.NameValuePairs["CentroidPoint"])
with the WKT listed above.