StructuredAddressData Constructor (String, AddressUnit, String, String, String, String, String, String, String, String, Country, LatLon) | |
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 StructuredAddressData(
string building,
AddressUnit[] units,
string streetNumber,
string minStreetNumber,
string maxStreetNumber,
string[] streetNames,
string[] subregions,
string city,
string[] regions,
string postcode,
Country country,
LatLon location
)
Public Sub New (
building As String,
units As AddressUnit(),
streetNumber As String,
minStreetNumber As String,
maxStreetNumber As String,
streetNames As String(),
subregions As String(),
city As String,
regions As String(),
postcode As String,
country As Country,
location As LatLon
)
Parameters
- building
- Type: SystemString
The building name. - units
- Type: Telogis.GeoBase.AddressesAddressUnit
The unit information. - streetNumber
- Type: SystemString
The street number. - minStreetNumber
- Type: SystemString
The minimum house number on the street. - maxStreetNumber
- Type: SystemString
The maximum house number on the street. - streetNames
- Type: SystemString
The names of this street.
The first name in the array should be the primary name. - subregions
- Type: SystemString
The subregion names. - city
- Type: SystemString
The city name. - regions
- Type: SystemString
The region names. - postcode
- Type: SystemString
The postcode. - country
- Type: Telogis.GeoBaseCountry
The Country of this address. - location
- Type: Telogis.GeoBaseLatLon
The LatLon of this address.
See Also