Class RadiusArea
A radius area that defines the region area.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1.Data
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class RadiusArea : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LatLng
Required. The center of the radius area. It represents a latitude/longitude pair in decimal degrees format.
Declaration
[JsonProperty("latLng")]
public virtual LatLng LatLng { get; set; }
Property Value
| Type | Description |
|---|---|
| LatLng |
Radius
Required. The radius distance of the area.
Declaration
[JsonProperty("radius")]
public virtual double? Radius { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
RadiusUnits
Optional. The unit of the radius.
Declaration
[JsonProperty("radiusUnits")]
public virtual string RadiusUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegionCode
Required. CLDR territory code or the country the radius area applies to.
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |