Hi,
So I have a LocationCollection object and would like to load directly into that a geospatial polygon such as:
The question is: there is a method to do that automatically or will I have to write a function to parse the polygon string and insert points one by one into the LocationCollection object through the Add method?
Thanks!