Show / Hide Table of Contents

Class GeocodeAddressResponse

Response message for [GeocodeService.GeocodeAddress][google.maps.geocode.v4.GeocodeService.GeocodeAddress].

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

Constructors

GeocodeAddressResponse()

Declaration
public GeocodeAddressResponse()

GeocodeAddressResponse(GeocodeAddressResponse)

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

Properties

Results

The geocoding result.

Declaration
public RepeatedField<GeocodeResult> Results { get; }
Property Value
Type Description
RepeatedField<GeocodeResult>
In this article
Back to top Generated by DocFX