Click or drag to resize

OneLineAddressData Constructor (String, Country)

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

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public OneLineAddressData(
	string address,
	Country country
)

Parameters

address
Type: SystemString
The full address.
country
Type: Telogis.GeoBaseCountry
The Country of the address.
See Also