Solved! Go to Solution.
...implementing the measure lengths...Is there a way to change that to have the label appear at the end, although I don't have a limit for the length?
var mid:int = Polyline(userGeometry).paths[0].length / 2; pt = Polyline(userGeometry).paths[0][mid];
...implementing the measure lengths...Is there a way to change that to have the label appear at the end, although I don't have a limit for the length?
var mid:int = Polyline(userGeometry).paths[0].length / 2; pt = Polyline(userGeometry).paths[0][mid];