Hi,
I was creating my own plugin for the geocoder, and noticed that the GeocoderMatch class had methods to GetBoundingBoxWkt() and GetCentroidWkt() but no way to set either the centroid or boudning box (or any other shape for that matter). How do these methods get populated so that I can return a GeocoderMatch with location for my custom plugin?
.Ryan.