Class GoogleMapsPlacesV1PlaceAddressComponent
The structured components that form the formatted address, if this information is available.
Implements
Inherited Members
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> |