InputParameters for Input Data

Get Travel Boundary takes cost, cost unit, point latitude, and point longitude as input. The following table provides information on the format and layout of the input.

Table 1. Get Travel Boundary Input Data

Field Name

columnName

Parameter

Format

Description

Latitude

Data.Latitude

String

Latitude of the point. Specify latitude in the format chosen in the CoordinateFormat option. Specify latitude in the format chosen in the Option.CoordinateFormat parameter. Specify latitude in the format chosen in the Coordinate format option.

Longitude

Data.Longitude

String

Longitude of the point. Specify longitude in the format chosen in the CoordinateFormat option. Specify longitude in the format chosen in the Option.CoordinateFormat parameter. Specify longitude in the format chosen in the Coordinate format option.

TravelBoundaryCost

Data.TravelBoundaryCost

String

(Optional) The cost distance or time, in the units specified by either the TravelBoundaryCostUnits field or the DefaultTravelBoundaryCostUnits option. The cost distance or time, in the units specified by either the Data.TravelBoundaryCostUnits parameter or the Option.DefaultTravelBoundaryCostUnits parameter. The cost distance or time, in the units specified by either the TravelBoundaryCostUnits field or the Default cost units 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

Data.TravelBoundaryCostUnits

String

(Optional) The type of metric used to calculate the travel boundary. One of the following:

  • Feet
  • Hours
  • Kilometers
  • Meters
  • Miles
  • Minutes
  • Seconds
  • Yards

Use this field to override the default travel boundary cost units on a record-by-record basis.