This document is archived and information here might be outdated. Recommended version. |
Provides access to a container for describing the street name fields used in generating driving directions.
Name | Description | |
---|---|---|
PrefixDirectionFieldName | The field name used for prefix direction. | |
PrefixTypeFieldName | The field name used for prefix type. | |
Priority | The priority for when these street name fields are used. | |
StreetNameFieldName | The field name used for street name. | |
SuffixDirectionFieldName | The field name used for suffix direction. | |
SuffixTypeFieldName | The field name used for suffix type. |
Classes | Description |
---|---|
StreetNameFields | A container for describing street name fields used to generate driving directions. |
The IStreetNameFields interface provides access to properties for setting the collection of name fields used in the generation of directions. Any number of IStreetNameFields can be associated with the INetworkSourceDirections interface. This allows directions with alternate street names to be generated on an analysis result.
At a minimum, the StreetNameFieldName and Priority properties should be set on an IStreetNameFields object.