Click or drag to resize

StreetData Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The StreetData type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compare this StreetData object to another.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAddressForMileMarker
Get the location of the street.
Public methodGetAddressLocation
Get the location of a specified address.
Public methodGetAddressRanges
Get an array of the address ranges of the street. Each address range can be even numbers, odd numbers or simply a sequence of numbers.
Public methodGetClosestIntersection
Returns the intersection along a street that's closest to a given location.
Public methodGetCrossStreets
Get a list of all the streets that cross this street.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLocation
Get the location of the street.
Public methodGetMileMarkerRanges
Get the ranges of milemarkers that can be queried from this street.
Public methodGetStreetObjects
Gets an array of Street objects, consisting of street links.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatchesQuery
Returns true of the query string matches the street name.
Public methodCode exampleToGeocodeResult
Returns the raw address used for a geocoding operation as a GeocodeResult.
Public methodToString
Returns the string representation of the street, using the AddressFormatter.
(Overrides ObjectToString.)
Public methodToStringNoNumber Obsolete.
Returns a string representation of the street's region hierarchy, starting with the street's name and region, but without postcode numbers.
Top
See Also