Click or drag to resize

OneLineAddressData Constructor (String, Country, LatLon)

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

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

Parameters

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