Click or drag to resize

StreetAddressData Constructor (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 a StreetAddressData

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,
	LatLon location
)

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.
location
Type: Telogis.GeoBaseLatLon
The LatLon of the address.
See Also