Click or drag to resize

StreetData Properties

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.

Properties
  NameDescription
Public propertyCity
Returns the city that this street is in null if such a thing is not present.
Public propertyCollatedName
The name of the street (or streets if this object represents multiple streets).
Public propertyCountry
The name of the country.
Public propertyIndividualStreets
If the StreetData represents multiple streets (IsSingular is false), IndividualStreets provides a StreetData object for each of the individual streets that this StreetData describes.
Public propertyIsSingular
True if this StreetData object describes a single street, False if it describes multiple underlying streets.
Public propertyMaxAddress
The largest lot number on the street.
Public propertyMinAddress
The smallest lot number on the street.
Public propertyNames
All the names of the street.
Public propertyPostcodes
The postcodes of the street.
Public propertyState
Returns the top level subdivision of a Country that this street is in (could be state, prefecture, province, department, federal subject, district or region, depending on the Country). In smaller countries this could be the same as City.
Public propertySuburb
Returns the first subdivision of a city that this street is in null if such a thing is not present. (It could be called suburb or neighborhood depending on the Country).
Top
See Also