Route Parameters - Stops - Title/Name

564
1
11-19-2012 09:03 AM
AntonioSergio
Esri Contributor
Hi,

anyone know if it's possible to define a name/title for each Route Stop to appear in the result directions instead of Location 1,Location 2 etc... ?

Ex:
Text: Começar em Location 1 Length: 0 Time: 0 ETA: 30-12-1899 0:00:00 Maneuver: esriDMTDepart
Text: Chegar a Location 2
...


Thanks,

António Sérgio
0 Kudos
1 Reply
AntonioSergio
Esri Contributor
....with the attribute address

routeParams.stops.features.push(map.graphics.add(new esri.Graphic(evt.mapPoint, stopSymbol, { address:"Paragem " + countStops})));
0 Kudos