The Route Control Points are a collection of lat/lng pairs which are used to influence a regular route if provided in the route request.
Each Route Control Point (RCP) has the following attributes:
Name | Description |
---|---|
lat | Latitude |
lng | Longitude |
radius | Radius of Influence (miles/km) |
weight | Weight value used to avoid specified location. Must lie between 0.1 and 100.0 |
Format | Example |
---|---|
Key/Value pairs |
&routeControlPoint=40.051795,-76.32552,2,3 &routeControlPoint=40.051795,-76.32552,2,3... Route control point attributes are comma separated values and they must appear in a fixed order (i.e. latitude, longitude, radius, weight). |
json |
|
xml |
|