Using C++ SDK, I'm trying to make a polygon on a map, then move its vertices.
I can't find any example on this topic. I found only example that show how select a Graphic identified thanks to MapGraphicsView::identifyGraphicsOverlaysCompleted.
A strange behaviour with identifyGraphicsOverlaysCompleted is that the returned Graphics are not those I've created...
An other point : how can I move a Graphic item and not navigate on the map ?
I think I need reiplement my custom MapGraphicsView class, but no example on this topic...
Any help appreciated !