The RouteResults type exposes the following members.

Properties

  NameDescription
Barriers
Array of GraphicFeatures that represent the barriers in the response
Error
If not null, the error returned by the find operation. Your code should check for a non-null value before attempting to access the features.
Messages
Messages returned from the server in response in JSON format.
Results
Array of RouteResult instances that represent the routes in the response

See Also