routeParams.restrictionAttributes = ["Use Preferred Truck Routes","Height Restriction"]; | |
routeParams.attributeParameterValues = [{ | |
"attributeName": "Use Preferred Truck Routes", | |
"parameterName": "Restriction Usage", | |
"value": "Prefer_High" | |
},{ | |
"attributeName": "Height Restriction", | |
"parameterName": "Vehicle Height (meters)", | |
"value": 40000 | |
}]; | |
// For addres: 550 C St SW, Washington, District of Columbia, 20024 (here is one tunnel) | |
//to 500 5th St NW, Washington, District of Columbia, 20001 |
Hi Ashish, I believe you have another version of this question posted elsewhere on the forum, and you have marked it answered. Is this a new/different question, or is it also answered? Thanks.