Class StreetType
Class that contains the individual components of a street address
Inherited Members
Namespace: Veds
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class StreetType : ComplexObjectType
Fields
| Edit this page View SourceStreetCategoryText
A kind of street.
Declaration
public TextType StreetCategoryText
Field Value
Type | Description |
---|---|
TextType |
StreetName
A name of a street.
Declaration
public ProperNameTextType StreetName
Field Value
Type | Description |
---|---|
ProperNameTextType |
StreetNumberText
A number that identifies a particular unit or location within a street.
Declaration
public TextType StreetNumberText
Field Value
Type | Description |
---|---|
TextType |
StreetPostdirectionalText
A direction that appears after a street name.
Declaration
public TextType StreetPostdirectionalText
Field Value
Type | Description |
---|---|
TextType |
StreetPredirectionalText
A direction that appears before a street name.
Declaration
public TextType StreetPredirectionalText
Field Value
Type | Description |
---|---|
TextType |