proximityRadiusAmount property

double? proximityRadiusAmount
getter/setter pair

The radius of the area around the business chain that will be targeted.

The units of the radius are specified by proximity_radius_unit. Must be 1 to 800 if unit is DISTANCE_UNIT_KILOMETERS and 1 to 500 if unit is DISTANCE_UNIT_MILES. The minimum increment for both cases is 0.1. Inputs will be rounded to the nearest acceptable value if it is too granular, e.g. 15.57 will become 15.6.

Required.

Implementation

core.double? proximityRadiusAmount;