Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class RadiusUnits.
The unit of measurement of the radius. Default is KILOMETERS.
Protobuf type google.shopping.merchant.accounts.v1.Region.RadiusArea.RadiusUnits
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1 \ Region \ RadiusAreaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RADIUS_UNITS_UNSPECIFIED
Value: 0Unused default value
Generated from protobuf enum RADIUS_UNITS_UNSPECIFIED = 0;
MILES
Value: 1The distance is measured in miles.
Generated from protobuf enum MILES = 1;
KILOMETERS
Value: 2The distance is measured in kilometers.
Generated from protobuf enum KILOMETERS = 2;