Google Shopping Merchant Accounts V1 Client - Class RadiusUnits (1.3.0)

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 \ RadiusArea

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RADIUS_UNITS_UNSPECIFIED

Value: 0

Unused default value

Generated from protobuf enum RADIUS_UNITS_UNSPECIFIED = 0;

MILES

Value: 1

The distance is measured in miles.

Generated from protobuf enum MILES = 1;

KILOMETERS

Value: 2

The distance is measured in kilometers.

Generated from protobuf enum KILOMETERS = 2;