StreetNameDetails Class |
Namespace: Telogis.GeoBase.Routing
The StreetNameDetails type exposes the following members.
Name | Description | |
---|---|---|
StreetNameDetails |
Constructs a StreetNameDetails object from a given Address.
|
Name | Description | |
---|---|---|
CatName | Obsolete.
Concatenated string of all the street names of this StreetNameDetails object.
| |
CatNameWithNumber | Obsolete.
Concatenated string of all the street names of this StreetNameDetails object,
including street number.
| |
ConcatenatedName |
Concatenated string of all the street names of this StreetNameDetails object.
| |
HighwayNames |
Array of highway names of this StreetNameDetails object.
| |
Location |
Approximate location of this StreetNameDetails object.
| |
NamesArrayWithDirection |
Array of street names for this StreetNameDetails object, including the direction
in which the street is headed, where relevant.
| |
PrimaryName |
Primary name of this StreetNameDetails object.
| |
PrimaryNameWithNumber | Obsolete.
Primary name with a number, if it is valid, of this StreetNameDetails.
| |
RawNamesArray |
Array of all street names of this StreetNameDetails object. These are
the originally provided street names.
| |
StreetNumber | Obsolete.
Street number of this StreetNameDetails object.
| |
StreetNumberFull |
Street number of this StreetNameDetails object.
|
Name | Description | |
---|---|---|
Equals |
Compares this object to the parameter object.
(Overrides ObjectEquals(Object).) | |
GetConcatenatedNameWithNumber |
Gets the concatenated string of all the street names of this StreetNameDetails object,
including street number.
| |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetPrimaryNameWithNumber |
Gets the primary name with a number, if it is valid, of this StreetNameDetails.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
String representation of this StreetNameDetails object. Returns GetConcatenatedNameWithNumber(String).
(Overrides ObjectToString.) |