UnitType Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Indicates the type of unit indicator used in an address.
Namespace:
Telogis.GeoBase.Addresses
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Public Enumeration UnitType
Members
| Member name | Value | Description |
---|
| Apartment | 0 |
An apartment.
|
| Building | 1 |
A building. This is a specific building in a collection of buildings that all have the same street number. It differs from
Building, which is the name used to identify a building as a
substitute of (or in combination with) a street number.
|
| Floor | 2 |
A floor within a building.
|
| Suite | 3 |
A suite within a building.
|
| Unit | 4 |
A unit.
This is also the default value for unspecified unit types.
|
See Also