Class CoarseLocation
Coarse Geographic location details for where the consumption happened.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class CoarseLocation : IDirectResponseSchema
Properties
AdministrativeArea
Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. For Spain, this is the province and not the autonomous community (for example, "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. For example, in Switzerland, this should be left unpopulated.
Declaration
[JsonProperty("administrativeArea")]
public virtual string AdministrativeArea { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Locality
Optional. Generally refers to the city or town portion of the address. Examples: US city, IT comune, UK post
town. In regions of the world where localities are not well defined or do not fit into this structure well,
leave locality empty.
Declaration
[JsonProperty("locality")]
public virtual string Locality { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegionCode
Required. CLDR region code of the country/region of the address. This value is never inferred and you must ensure the value is correct. Example: "CH" for Switzerland.
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sublocality
Optional. Sublocality of the address. For example, this can be a neighborhood, borough, or district. For most addresses, you can omit this.
Declaration
[JsonProperty("sublocality")]
public virtual string Sublocality { get; set; }
Property Value
| Type | Description |
|---|---|
| string |