MapRoute
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class MapRoute : MapPathBasedVisualElement, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement
Inheritance: objectMapVisualElementMapPathBasedVisualElementMapRoute
Implements:
Inherited Members
Constructors
Initializes a new instance of the MapRoute class.
C#
public MapRoute(List<PointG> points, RectangleG geographicBounds)
The points.
geographicBoundsRectangleGThe geographic bounds.
Methods
C#
protected override MapVisualElementInfo CreateVisualElementInfo(IMapViewport viewport)
Overrides:
Paints the element to the specified graphics.
C#
public override void Paint(IGraphics graphics, IMapViewport viewport)
The graphics.
viewportIMapViewportThe viewport.
Overrides: