This document is archived and information here might be outdated. Recommended version. |
Get directions after solving.
[Visual Basic .NET] Public Function GetDirections ( _ ) As INAStreetDirectionsContainer
[C#] public INAStreetDirectionsContainer GetDirections ( );
[C++]
HRESULT GetDirections(
void
);
Use the GetDirections method after using the Solve method to return directions contents in XML format. Using GetDirections before the Solve method will return nothing.