proximityRadiusAmount property

double? proximityRadiusAmount
getter/setter pair

The radius of the area around the POI 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.

Required.

Implementation

core.double? proximityRadiusAmount;