Show / Hide Table of Contents

Class GoogleMapsPlacesV1PlaceAddressComponent

The structured components that form the formatted address, if this information is available.

Inheritance
object
GoogleMapsPlacesV1PlaceAddressComponent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PlaceAddressComponent : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LanguageCode

The language used to format this components, in CLDR notation.

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

LongText

The full text description or name of the address component. For example, an address component for the country Australia may have a long_name of "Australia".

Declaration
[JsonProperty("longText")]
public virtual string LongText { get; set; }
Property Value
Type Description
string

ShortText

An abbreviated textual name for the address component, if available. For example, an address component for the country of Australia may have a short_name of "AU".

Declaration
[JsonProperty("shortText")]
public virtual string ShortText { get; set; }
Property Value
Type Description
string

Types

An array indicating the type(s) of the address component.

Declaration
[JsonProperty("types")]
public virtual IList<string> Types { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX