Transform Path/Polyline corresponding to Map zoom/move action
问题 I'm creating my own path/polyline in a Map using a MapLayer and a MapOverlay, all the points captured by the GPS are stored in a structure so I can access them. Anytime. Now, I want the path to transform at the same time the Map is manipulated by the user (zoom and map reposition) so the path is still joining the same points. So far my method is very CPU hungry and looks terrible GeocoordinateList _coordinates; MapLayer pointsLayer; private void MyMap_ZoomLevelChanged(object sender,