What I am trying to do is, if you select a shape on a map, I want to be able to find the distance of each line of that shape and create a label from it.
Is there a way that i can get all the points that represent the selected shape? What ive been trying to do is find the bounding box of that shape and then take the difference between the two but when I do so i get a GeometryCollection is not supported now exception.
Is there any way to get all the points of a shape?
Thanks in advance,
Andy