다음을 통해 공유


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 입니다.

적용 대상