Response

CalculateDistance always returns the Confidence field to indicate the confidence in the output provided.

If CalculateDistance fails to process the data, it returns the fields Status, Status.Code, and Status.Descriptions. These fields provide information on why CalculateDistance failed to process the data. Some examples of failures are your license expired or you did not select any output record types and fields for CalculateDistance to return. The following table provides the record-level qualifiers and data outputs for CalculateDistance.

Response Element Max. Field Length with null terminator Description

Distance

9

Distance between the two input coordinates in the units of measurement that you specified.

Status

2

Reports the success or failure of the match attempt:

null
Success
F
Failure

Status.Code

2

Reason for failure or error. If Status = F, Status.Code = Failure.

Status.Description

64

Description of the problem. If Status = F, Status.Description = Unable to compute distance.