Show / Hide Table of Contents

Class SearchDestinationsRequest.Types.AddressQuery

The street address that you want to search for. Specify addresses in accordance with the format used by the national postal service of the country concerned.

Inheritance
object
SearchDestinationsRequest.Types.AddressQuery
Implements
IMessage<SearchDestinationsRequest.Types.AddressQuery>
IEquatable<SearchDestinationsRequest.Types.AddressQuery>
IDeepCloneable<SearchDestinationsRequest.Types.AddressQuery>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Geocode.V4
Assembly: Google.Maps.Geocode.V4.dll
Syntax
public sealed class SearchDestinationsRequest.Types.AddressQuery : IMessage<SearchDestinationsRequest.Types.AddressQuery>, IEquatable<SearchDestinationsRequest.Types.AddressQuery>, IDeepCloneable<SearchDestinationsRequest.Types.AddressQuery>, IBufferMessage, IMessage

Constructors

AddressQuery()

Declaration
public AddressQuery()

AddressQuery(AddressQuery)

Declaration
public AddressQuery(SearchDestinationsRequest.Types.AddressQuery other)
Parameters
Type Name Description
SearchDestinationsRequest.Types.AddressQuery other

Properties

Address

A street address in postal address format.

Declaration
public PostalAddress Address { get; set; }
Property Value
Type Description
PostalAddress

AddressQuery_

A street address formatted as a single line.

Declaration
public string AddressQuery_ { get; set; }
Property Value
Type Description
string

HasAddressQuery_

Gets whether the "address_query" field is set

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

KindCase

Declaration
public SearchDestinationsRequest.Types.AddressQuery.KindOneofCase KindCase { get; }
Property Value
Type Description
SearchDestinationsRequest.Types.AddressQuery.KindOneofCase
In this article
Back to top Generated by DocFX