I use polyline to draw circles on the Bing Maps (metro app), but aliasing appears on Maps It's not easy, it's not easy. I think there is no stroke in it.
How can I solve it? Thanks Try increasing the width of the polyline MapSpace Layer Size = New MapSpace (); MapPolinelinePolyline = new mapPollline (); Polyline.Locations = DrawMapsCircle (location, 1000); Polyline.Color = Windows.UI.Colors.Red; Polyline With = 1; ShapeLayer.Shapes.Add (polyline); Maps.ShapeLayers.Add (shapeLayer);
Polyline With = 5;
Comments
Post a Comment