OneLineAddressData Constructor (String, Country) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.Addresses
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public OneLineAddressData(
string address,
Country country
)
Public Sub New (
address As String,
country As Country
)
Parameters
- address
- Type: SystemString
The full address. - country
- Type: Telogis.GeoBaseCountry
The Country of the address.
See Also