Click or drag to resize

StructuredAddressData Constructor (String, AddressUnit, String, String, String, String, String, String, String, String, Country, LatLon)

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

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public StructuredAddressData(
	string building,
	AddressUnit[] units,
	string streetNumber,
	string minStreetNumber,
	string maxStreetNumber,
	string[] streetNames,
	string[] subregions,
	string city,
	string[] regions,
	string postcode,
	Country country,
	LatLon location
)

Parameters

building
Type: SystemString
The building name.
units
Type: Telogis.GeoBase.AddressesAddressUnit
The unit information.
streetNumber
Type: SystemString
The street number.
minStreetNumber
Type: SystemString
The minimum house number on the street.
maxStreetNumber
Type: SystemString
The maximum house number on the street.
streetNames
Type: SystemString
The names of this street. The first name in the array should be the primary name.
subregions
Type: SystemString
The subregion names.
city
Type: SystemString
The city name.
regions
Type: SystemString
The region names.
postcode
Type: SystemString
The postcode.
country
Type: Telogis.GeoBaseCountry
The Country of this address.
location
Type: Telogis.GeoBaseLatLon
The LatLon of this address.
See Also