I'm using a VisualizationLayer along with MapShapeData to display road routes data on a RadMap. Since the road routes have many waypoints, I used PolylineData to represent the data, and set up the layer with a collection of these items.
My problem is that at *detailed* zoom levels, the performance of the map suffers greatly. If I zoom in to a single polyline at the most detailed level, I see the polyline rendering as a series of dozens of individual blurred strokes rather than as a connected line.
My shot-in-the-dark guess would be that the calculation and rendering of all of these individual items is what causes the map to slow down, and that the rendering switches from a standard polyline to this new schema at a certain zoom level. Do you know why this is happening and how I might fix it or work around it?
My problem is that at *detailed* zoom levels, the performance of the map suffers greatly. If I zoom in to a single polyline at the most detailed level, I see the polyline rendering as a series of dozens of individual blurred strokes rather than as a connected line.
My shot-in-the-dark guess would be that the calculation and rendering of all of these individual items is what causes the map to slow down, and that the rendering switches from a standard polyline to this new schema at a certain zoom level. Do you know why this is happening and how I might fix it or work around it?