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