MapRouteView(MapRoute) Constructor

Definition

Initializes a new instance of the MapRouteView class with the specified MapRoute.

public:
 MapRouteView(MapRoute ^ route);
 MapRouteView(MapRoute const& route);
public MapRouteView(MapRoute route);
function MapRouteView(route)
Public Sub New (route As MapRoute)

Parameters

route
MapRoute

The route to display on the map.

Applies to

See also