Click or drag to resize

StreetNameDetails Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents the various names that a street can have.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.RoutingStreetNameDetails

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class StreetNameDetails

The StreetNameDetails type exposes the following members.

Constructors
  NameDescription
Public methodStreetNameDetails
Constructs a StreetNameDetails object from a given Address.
Top
Properties
  NameDescription
Public propertyCatName Obsolete.
Concatenated string of all the street names of this StreetNameDetails object.
Public propertyCatNameWithNumber Obsolete.
Concatenated string of all the street names of this StreetNameDetails object, including street number.
Public propertyConcatenatedName
Concatenated string of all the street names of this StreetNameDetails object.
Public propertyHighwayNames
Array of highway names of this StreetNameDetails object.
Public propertyLocation
Approximate location of this StreetNameDetails object.
Public propertyNamesArrayWithDirection
Array of street names for this StreetNameDetails object, including the direction in which the street is headed, where relevant.
Public propertyPrimaryName
Primary name of this StreetNameDetails object.
Public propertyPrimaryNameWithNumber Obsolete.
Primary name with a number, if it is valid, of this StreetNameDetails.
Public propertyRawNamesArray
Array of all street names of this StreetNameDetails object. These are the originally provided street names.
Public propertyStreetNumber Obsolete.
Street number of this StreetNameDetails object.
Public propertyStreetNumberFull
Street number of this StreetNameDetails object.
Top
Methods
  NameDescription
Public methodEquals
Compares this object to the parameter object.
(Overrides ObjectEquals(Object).)
Public methodGetConcatenatedNameWithNumber
Gets the concatenated string of all the street names of this StreetNameDetails object, including street number.
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetPrimaryNameWithNumber
Gets the primary name with a number, if it is valid, of this StreetNameDetails.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
String representation of this StreetNameDetails object. Returns GetConcatenatedNameWithNumber(String).
(Overrides ObjectToString.)
Top
See Also