{ "name": "CalculateDistance", "displayName": "CalculateDistance", "description": "Geocode input addresses and calculate driving distance between them.", "category": "", "helpUrl": "http://gs007:6080/arcgis/rest/directories/arcgisoutput/Geoprocessing/DistanceBetweenAddresses_GPServer/Geoprocessing_DistanceBetweenAddresses/CalculateDistance.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "inputAddress1", "dataType": "GPString", "displayName": "Address 1", "description": "Use an address with the format such as: 200 Texas St, Fort Worth", "direction": "esriGPParameterDirectionInput", "defaultValue": "200 Texas St, Fort Worth", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "inputAddress2", "dataType": "GPString", "displayName": "Address 2", "description": "Use an address with the format such as: 100 Fort Worth Trl, Fort Worth", "direction": "esriGPParameterDirectionInput", "defaultValue": "100 Fort Worth Trl, Fort Worth", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "address1_Geocode", "dataType": "GPString", "displayName": "address1_Geocode", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "address2_Geocode", "dataType": "GPString", "displayName": "address2_Geocode", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "outputDriveMiles", "dataType": "GPString", "displayName": "outputDriveMiles", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }