This document is archived and information here might be outdated. Recommended version. |
Deprecated as of 10.1. Provides access to the description and geography of one item of driving directions.
Provides information about one item in the driving directions collection.
Name | Description | |
---|---|---|
Azimuth | The azimuth of the direction item. Returns an esriSMAzimuthType constant. | |
BoundBox | The geographic extent of the direction item. | |
DriveText | Formatted text descrbing the length and time of the direction item. | |
ItemType | The type of direction item. Returns an esriSMDirItemType constant. | |
Length | The length of the route part, in miles by default, corresponding to the direction item. | |
RoutePart | The route part number associated with a direction item. | |
Shape | A collection of points representing the shape of the direction item. | |
StreetName | The street name of the direction item. | |
Text | A string describing the direction item. | |
Time | The driving time of the route part corresponding to the direction item. | |
TurnAngle | The turn angle of the direction item. |
Classes | Description |
---|---|
SMDirItem | Deprecated as of 10.1. A description and geography of one item of driving directions. |
The ISMDirItem interface provides detailed information about one item in the driving directions collection. This is the place the route path geography can be retrieved.