MapRouteDrivingOptions.RouteRestrictions Свойство

Определение

Возвращает или задает ограничение, применяемое к маршрутам.

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

Значение свойства

MapRouteRestriction, примененный к маршрутам.

Применяется к