Show / Hide Table of Contents

Class GeocodePlaceRequest

Request message for GeocodeService.GeocodePlace.

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

Constructors

GeocodePlaceRequest()

Declaration
public GeocodePlaceRequest()

GeocodePlaceRequest(GeocodePlaceRequest)

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

Properties

LanguageCode

Optional. Language in which the results should be returned.

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

Place

Required. Place identifier to geocode in the format of places/{place}.

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

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.

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