proximityRadiusRange property

String? proximityRadiusRange
getter/setter pair

Radius range for proximity location list.

This represents the size of the area around a chosen location that will be targeted. All proximity location targeting under a single resource must have the same radius range value. Set this value to match any existing targeting. If updated, this field will change the radius range for all proximity targeting under the resource.

Required. Possible string values are:

  • "PROXIMITY_RADIUS_RANGE_UNSPECIFIED" : The targeted radius range is not specified or is unknown. Default value when radius range is not specified in this version. This enum is a placeholder for default value and does not represent a real radius range option.
  • "PROXIMITY_RADIUS_RANGE_SMALL" : The targeted radius range is small.
  • "PROXIMITY_RADIUS_RANGE_MEDIUM" : The targeted radius range is medium.
  • "PROXIMITY_RADIUS_RANGE_LARGE" : The targeted radius range is large.

Implementation

core.String? proximityRadiusRange;