Parameters for Input Data
GetTravelBoundary takes cost, cost unit, point latitude, and point longitude as input. The following table provides information on the format and layout of the input.
Parameter |
Format |
Description |
---|---|---|
Latitude |
String |
Latitude of the point. Specify latitude in the format chosen in the CoordinateFormat option. |
Longitude |
String |
Longitude of the point. Specify longitude in the format chosen in the CoordinateFormat option. |
TravelBoundaryCost |
String |
(Optional) The cost distance or time, in the units specified by either the TravelBoundaryCostUnits field or the DefaultTravelBoundaryCostUnits option. For example, if the unit specified is miles and you specify 10 in this field, the cost would be 10 miles. Use this field to override the default travel boundary cost on a record-by-record basis. You can also specify multiple costs by specifying the values as a ";" delimited string. It will return a separate Iso Route Response for every cost specified. If you specify multiple costs, every response will have cost and costUnits associated with that response. |
TravelBoundaryCostUnits |
String |
(Optional) The type of metric used to calculate the travel boundary. One of the following:
Use this field to override the default travel boundary cost units on a record-by-record basis. |