Show / Hide Table of Contents

Class GeocodeAddressRequest

Request message for GeocodeService.GeocodeAddress.

Inheritance
object
GeocodeAddressRequest
Implements
IMessage<GeocodeAddressRequest>
IEquatable<GeocodeAddressRequest>
IDeepCloneable<GeocodeAddressRequest>
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 GeocodeAddressRequest : IMessage<GeocodeAddressRequest>, IEquatable<GeocodeAddressRequest>, IDeepCloneable<GeocodeAddressRequest>, IBufferMessage, IMessage

Constructors

GeocodeAddressRequest()

Declaration
public GeocodeAddressRequest()

GeocodeAddressRequest(GeocodeAddressRequest)

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

Properties

Address

The structured address to geocode in postal address format.

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

AddressInputCase

Declaration
public GeocodeAddressRequest.AddressInputOneofCase AddressInputCase { get; }
Property Value
Type Description
GeocodeAddressRequest.AddressInputOneofCase

AddressQuery

The unstructured address to geocode.

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

LanguageCode

Optional. Language in which the results should be returned.

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

LocationBias

Optional. The region to search. This location serves as a bias which means results around the given location are preferred.

Declaration
public GeocodeAddressRequest.Types.LocationBias LocationBias { get; set; }
Property Value
Type Description
GeocodeAddressRequest.Types.LocationBias

RegionCode

Optional. Region code. The region code, specified as a ccTLD ("top-level domain") two-character value. The parameter affects results based on applicable law. This parameter will also influence, but not fully restrict, results from the service.

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