Match Level
Namespace:
Autoaddress.Autoaddress2_0.Model
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
SyntaxPublic Enumeration MatchLevel
public enum class MatchLevel
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| SubAddressPoint | 1 |
An address within a building which has no underlying address information.
|
| AddressPoint | 2 |
A unique address within a building.
|
| Organisation | 3 |
A non-residential address.
|
| Building | 4 |
A building.
|
| BuildingGroup | 5 |
A collection of buildings with a collective name, located on or near the same thoroughfare
|
| Thoroughfare | 6 |
Refers to a street, road, avenue, etc.
|
| Locality | 7 |
Refers to areas, districts, towns, etc.
|
| PostTown | 8 |
Post Town
|
| County | 9 |
County
|
See Also