go back Home

DistanceData

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null company="..." customer="..." distance="..." distanceOptions="..." emptyMove="..." fullRoute="..." hazmatType="..." inStateDistance="..." inStateMiles="..." isHazardous="..." method="..." mileageData="..." multipleDestinations="..." payee="..." points="..." requestMapRoute="..." routeBytes="..." routeLeg="..." routeLegDescription="..." routeLegFromPoint="..." routeLegToPoint="..." routePoint="..." routingPointCount="..." source="..." type="..." useDecimals="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"company":"...","customer":"...","distance":"...","distanceOptions":"...","emptyMove":"...","fullRoute":"...","hazmatType":"...","inStateDistance":"...","inStateMiles":"...","isHazardous":"...","method":"...","mileageData":"...","multipleDestinations":"...","payee":"...","points":"...","requestMapRoute":"...","routeBytes":"...","routeLeg":"...","routeLegDescription":"...","routeLegFromPoint":"...","routeLegToPoint":"...","routePoint":"...","routingPointCount":"...","source":"...","type":"...","useDecimals":"..."}

Fields

name type
company String
customer String
distance Distance
distanceOptions DistanceOptions
emptyMove boolean
fullRoute Vector
hazmatType int
inStateDistance Vector
inStateMiles Vector
isHazardous boolean
method String
mileageData Vector
multipleDestinations boolean
payee String
points Vector
requestMapRoute boolean
routeBytes byte[]
routeLeg Vector
routeLegDescription String
routeLegFromPoint RoutingPoint
routeLegToPoint RoutingPoint
routePoint RoutingPoint
routingPointCount int
source String
type String
useDecimals boolean