Table of Contents

Enum ConfirmationLevel

Namespace
GoogleMapsApi.Entities.AddressValidation.Response
Assembly
GoogleMapsApi.dll

Per-component confirmation level returned by the Address Validation API.

public enum ConfirmationLevel

Fields

[EnumMember(Value = "CONFIRMED")] Confirmed = 1

The component was confirmed to exist as part of the address.

[EnumMember(Value = "UNCONFIRMED_AND_SUSPICIOUS")] UnconfirmedAndSuspicious = 3

The component is both unconfirmed and likely wrong.

[EnumMember(Value = "UNCONFIRMED_BUT_PLAUSIBLE")] UnconfirmedButPlausible = 2

The component could not be confirmed, but is plausible (e.g. a building number on an unverified street).

[EnumMember(Value = "CONFIRMATION_LEVEL_UNSPECIFIED")] Unspecified = 0

Default value. This value is unused.