Click or drag to resize

StreetAddressData Constructor (String, String, String, String, Country)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Initializes a StreetAddressData with an empty location.

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public StreetAddressData(
	string streetAddress,
	string city,
	string postcode,
	string state,
	Country country
)

Parameters

streetAddress
Type: SystemString
The street address.
city
Type: SystemString
The city name.
postcode
Type: SystemString
The postcode.
state
Type: SystemString
The state name.
country
Type: Telogis.GeoBaseCountry
The Country of the address.
See Also