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
SearchDestinationsRequest.Types.AddressQuery
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
AddressQuery(AddressQuery)
Declaration
public AddressQuery(SearchDestinationsRequest.Types.AddressQuery other)
Parameters
Properties
Address
A street address in postal address format.
Declaration
public PostalAddress Address { get; set; }
Property Value
AddressQuery_
A street address formatted as a single line.
Declaration
public string AddressQuery_ { get; set; }
Property Value
HasAddressQuery_
Gets whether the "address_query" field is set
Declaration
public bool HasAddressQuery_ { get; }
Property Value
KindCase
Declaration
public SearchDestinationsRequest.Types.AddressQuery.KindOneofCase KindCase { get; }
Property Value