Is there a way to move points/lines/polygons in the TrackShapeLayer programatically? Let’s say I have a single line with two vertices. I want to be able to move the entire line (it’s center position) to a new x, y position, as well as being able to change individual vertices of the line as well. I’m assuming I would get the feature by ID first, but I can’t find an update position function or something related to that.
Thanks,
Dan