Table of Contents

Class Constants

Namespace
Visus.AddressValidation.Integration.Google
Assembly
Visus.AddressValidation.Integration.Google.dll

Configuration constants for the Google integration.

public static class Constants
Inheritance
Constants
Inherited Members

Fields

ProductionAuthenticationUri

The Google authentication API endpoint. Used for both production and development environments.

public static readonly Uri ProductionAuthenticationUri

Field Value

Uri

ProductionEndpointUri

The Google Address Validation API endpoint. Used for both production and development environments.

public static readonly Uri ProductionEndpointUri

Field Value

Uri

SupportedCountries

The countries the Google Address Validation API supports.

public static readonly FrozenSet<CountryCode> SupportedCountries

Field Value

FrozenSet<CountryCode>