Select to view content in your preferred language

Stops attributes using closestFacility task

496
0
09-17-2013 08:06 AM
by Anonymous User
Not applicable
Is it possible to get the attribute information for a stop used in the results of the closestFacility tasks?

Thanks!

rGibson

**UPDATE
So I have this which does give me the stop or facility object. What are the methods for obtaining the attribute(s) of the facility/stop from the featureClass?

arrayUtils.forEach(solveResult.routes, function(route, index){   
          //build an array of route info
   alert(solveResult.facilities[index]);
0 Kudos
0 Replies