ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirection Interface

Provides access to a compact street direction item.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Members

Description
Read-only property CompressedGeometry The compressed geometry for the driving direction.
Read-only property ETA The estimated time of arrival.
Read-only property Length The cumulative driving length (in directions length units).
Read-only property ManeuverType The maneuver type.
Read-only property Text The driving direction text.
Read-only property Time The time spent.

Remarks

The INACompactStreetDirection interface provides access to each direction element.  The NACompactStreetDirection object this interface accesses is significantly smaller than the NAStreetDirection object accessed via the INAStreetDirection interface.  In particular, there is less information stored about the direction, and the geometry representing the traversed streets is highly compressed.  Due to their smaller size, these directions are better suited for passing across low bandwidth connections in server applications.