Click or drag to resize

StructuredAddressData Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Inherits IAddressData. StructuredAddressData represents an address that has been fully structured and allows specific details of the address to be stored and retrieved. This is used to represent the address input into a Drill Down Geocoder. StructuredAddressData also represents the resulting addresses found by any form of GeoCoding.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.AddressesStructuredAddressData

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class StructuredAddressData : IStructuredAddressData, 
	IAddressData, IJSONSerializable

The StructuredAddressData type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBuilding
Gets Building name.
Public propertyCity
Gets the city name.
Public propertyCountry
Gets or sets the Country for this address.
Public propertyCounty
Gets the county name.
Public propertyFields
Returns a list of field names that can be accessed on this IAddressData.
Public propertyJSONName
Gets the JSONName of the object.
Public propertyLocalizedUnits
Gets the units types and numbers as a preformatted string.
Public propertyLocation
Gets or sets the LatLon for this address.
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
Methods
  NameDescription
Public methodEquals
Compares this StructuredAddressData with the parameter object.
(Overrides ObjectEquals(Object).)
Public methodFromJSON
Initializes an object from its corresponding JSONObject source data.
Public methodGetT
Gets the value from the specified fieldName.
Public methodGetHashCode
Gets the hash code of this StructuredAddressData.
(Overrides ObjectGetHashCode.)
Public methodGetOtherCulture
Gets this IStructuredAddressData with a different culture. Not yet implemented.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToJSON
Gets the JSONObject representation of the object.
Public methodToString
Returns this StructuredAddressData as a formatted string.
(Overrides ObjectToString.)
Top
See Also