{ "name": "TakeHomeVehicleMapping", "displayName": "CalculateDistance", "description": "Geocode input addresses and calculate driving distance between them.", "category": "", "helpUrl": "https://testmapitwest.fortworthtexas.gov/ags/rest/directories/arcgisoutput/Transportation/DistanceBetweenAddresses_GPServer/Transportation_DistanceBetweenAddresses/TakeHomeVehicleMapping.htm", "executionType": "esriExecutionTypeAsynchronous", "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": "outputDriveDistance", "dataType": "GPString", "displayName": "outputDriveDistance", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }