MapRouteDrivingOptions.RouteRestrictions Property

Definition

Gets or sets the restriction applied to the route(s).

public:
 property MapRouteRestrictions RouteRestrictions { MapRouteRestrictions get(); void set(MapRouteRestrictions value); };
MapRouteRestrictions RouteRestrictions();

void RouteRestrictions(MapRouteRestrictions value);
public MapRouteRestrictions RouteRestrictions { get; set; }
var mapRouteRestrictions = mapRouteDrivingOptions.routeRestrictions;
mapRouteDrivingOptions.routeRestrictions = mapRouteRestrictions;
Public Property RouteRestrictions As MapRouteRestrictions

Property Value

The MapRouteRestriction applied to the route(s).

Applies to