Click or drag to resize

IStructuredAddressData Properties

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

The IStructuredAddressData type exposes the following members.

Properties
  NameDescription
Public propertyBuilding
Gets Building name.
Public propertyCity
Gets the city name.
Public propertyCountry
Gets the Country country of the address.
(Inherited from IAddressData.)
Public propertyCounty
Gets the county name.
Public propertyFields
Returns a list of field names that can be accessed on this IAddressData.
(Inherited from IAddressData.)
Public propertyJSONName
Gets the JSONName of the object.
(Inherited from IJSONSerializable.)
Public propertyLocalizedUnits
Gets the units types and numbers as a preformatted string.
Public propertyLocation
Gets the LatLon location of the address.
(Inherited from IAddressData.)
Public propertyMaxStreetNumber
Gets the maximum house number on this street.
Public propertyMinStreetNumber
Gets the minimum house number on this street.
Public propertyPostCode
Gets the postcode.
Public propertyRegions
Gets the region names.
Public propertyState
Gets the state name.
Public propertyStreetNames
Gets all of the names of this street. The primary street name is the first element of the array.
Public propertyStreetNumber
Gets the street number.
Public propertySubregions
Gets the subregion names.
Public propertySuburb
Gets the suburb name.
Public propertyUnit Obsolete.
Gets the unit number as a string.
Public propertyUnits
Gets the unit types and corresponding unit numbers as AddressUnit objects. E.g. "Floor 2, Building 3".
Top
See Also