ThinkGeo.com    |     Documentation    |     Premium Support

GeocoderMatch Location

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.



Ryan,



Thanks for your post,



If you want to set the boundingbox or centroid you can use the following code to set:


 



matchItem["CentroidPoint"] = "your centroid point";
matchItem["BoundingBox"] = "your BoundingBox";
  Also you can get the centroid and bounding box through the name value pairs,   If you still have any questions please let me know,  


Thanks,  


Scott,