Hello,I'm trying to solve a simple route with NAServer API, between 3 stops. The accumulated attributes are corrects, but I can't manage to fill the intermediate ones : Attr_Minutes and Attr_Meters are always 0.Is there something to enable on my ArcGIS server to do so ? Or something I forgot to mention in my request to the server ? Below the response of the API : ObjectID: 1
Name: Location 1
RouteName:
Sequence: 1
TimeWindowStart:
TimeWindowEnd:
ArriveCurbApproach:
DepartCurbApproach: 1
SourceID: 1
SourceOID: 56476
PosAlong: 0,771722850755606
SideOfEdge: 1
CurbApproach: 0
Status: 0
Attr_Minutes: 0
Attr_Meters: 0
Cumul_Minutes: 0
Cumul_Meters: 0
Point:
X: 7,28989141300002
Y: 43,724367312
ObjectID: 2
Name: Location 2
RouteName:
Sequence: 2
TimeWindowStart:
TimeWindowEnd:
ArriveCurbApproach: 1
DepartCurbApproach: 1
SourceID: 1
SourceOID: 36188
PosAlong: 0,877433296394306
SideOfEdge: 1
CurbApproach: 0
Status: 0
Attr_Minutes: 0
Attr_Meters: 0
Cumul_Minutes: 0,227563170038551
Cumul_Meters: 227,563170038551
Point:
X: 7,28773545600006
Y: 43,7256916420001
ObjectID: 3
Name: Location 3
RouteName:
Sequence: 3
TimeWindowStart:
TimeWindowEnd:
ArriveCurbApproach: 1
DepartCurbApproach:
SourceID: 1
SourceOID: 56465
PosAlong: 0,635583198367719
SideOfEdge: 1
CurbApproach: 0
Status: 0
Attr_Minutes: 0
Attr_Meters: 0
Cumul_Minutes: 0,487040356157638
Cumul_Meters: 487,040356157638
Point:
X: 7,28517525700005
Y: 43,727113316
Many thanks in advance,Thomas