Show / Hide Table of Contents

Class AddressMetadata

The metadata for the post-processed address. metadata is not guaranteed to be fully populated for every address sent to the Address Validation API.

Inheritance
object
AddressMetadata
Implements
IMessage<AddressMetadata>
IEquatable<AddressMetadata>
IDeepCloneable<AddressMetadata>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.AddressValidation.V1
Assembly: Google.Maps.AddressValidation.V1.dll
Syntax
public sealed class AddressMetadata : IMessage<AddressMetadata>, IEquatable<AddressMetadata>, IDeepCloneable<AddressMetadata>, IBufferMessage, IMessage

Constructors

AddressMetadata()

Declaration
public AddressMetadata()

AddressMetadata(AddressMetadata)

Declaration
public AddressMetadata(AddressMetadata other)
Parameters
Type Name Description
AddressMetadata other

Properties

Business

Indicates that this is the address of a business. If unset, indicates that the value is unknown.

Declaration
public bool Business { get; set; }
Property Value
Type Description
bool

HasBusiness

Gets whether the "business" field is set

Declaration
public bool HasBusiness { get; }
Property Value
Type Description
bool

HasPoBox

Gets whether the "po_box" field is set

Declaration
public bool HasPoBox { get; }
Property Value
Type Description
bool

HasResidential

Gets whether the "residential" field is set

Declaration
public bool HasResidential { get; }
Property Value
Type Description
bool

PoBox

Indicates that the address of a PO box. If unset, indicates that the value is unknown.

Declaration
public bool PoBox { get; set; }
Property Value
Type Description
bool

Residential

Indicates that this is the address of a residence. If unset, indicates that the value is unknown.

Declaration
public bool Residential { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX