StreetAddressData Constructor (String, String, String, 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 StreetAddressData(
string streetAddress,
string city,
string postcode,
string state,
Country country
)
Public Sub New (
streetAddress As String,
city As String,
postcode As String,
state As String,
country As 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