Enum AddressComponent.Types.ConfirmationLevel
The different possible values for confirmation levels.
Namespace: Google.Maps.AddressValidation.V1
Assembly: Google.Maps.AddressValidation.V1.dll
Syntax
public enum AddressComponent.Types.ConfirmationLevel
Fields
Name | Description |
---|---|
Confirmed | We were able to verify that this component exists and makes sense in the context of the rest of the address. |
UnconfirmedAndSuspicious | This component was not confirmed and is likely to be wrong. For example, a neighborhood that does not fit the rest of the address. |
UnconfirmedButPlausible | This component could not be confirmed, but it is plausible that it exists. For example, a street number within a known valid range of numbers on a street where specific house numbers are not known. |
Unspecified | Default value. This value is unused. |