Show / Hide Table of Contents

Enum Verdict.Types.Granularity

The various granularities that an address or a geocode can have. When used to indicate granularity for an address, these values indicate with how fine a granularity the address identifies a mailing destination. For example, an address such as "123 Main Street, Redwood City, CA, 94061" identifies a PREMISE while something like "Redwood City, CA, 94061" identifies a LOCALITY. However, if we are unable to find a geocode for "123 Main Street" in Redwood City, the geocode returned might be of LOCALITY granularity even though the address is more granular.

Namespace: Google.Maps.AddressValidation.V1
Assembly: Google.Maps.AddressValidation.V1.dll
Syntax
public enum Verdict.Types.Granularity

Fields

Name Description
Block

The address or geocode indicates a block. Only used in regions which have block-level addressing, such as Japan.

Other

All other granularities, which are bucketed together since they are not deliverable.

Premise

Building-level result.

PremiseProximity

A geocode that approximates the building-level location of the address.

Route

The geocode or address is granular to route, such as a street, road, or highway.

SubPremise

Below-building level result, such as an apartment.

Unspecified

Default value. This value is unused.

In this article
Back to top Generated by DocFX