GMapRoute gmRoute = new GMapRoute(new List<PointLatLng>() {
point_last, //上一次的位置
point_show //当前显示的位置
}) {
Shape = new Line() {
StrokeThickness = 4,
Stroke = System.Windows.Media.Brushes.BlueViolet
}
};
mapControl.Markers.Add(gmRoute);
GMapRoute gmRoute = new GMapRoute(new List<PointLatLng>() {
point_last, //上一次的位置
point_show //当前显示的位置
}) {
Shape = new Line() {
StrokeThickness = 4,
Stroke = System.Windows.Media.Brushes.BlueViolet
}
};
mapControl.Markers.Add(gmRoute);