Class GeocodePlaceRequest
Request message for GeocodeService.GeocodePlace.
Implements
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 |