Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class RadiusArea.
A radius area that defines the region area.
Generated from protobuf message google.shopping.merchant.accounts.v1.Region.RadiusArea
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1 \ RegionMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ region_code
↳ lat_lng
Google\Type\LatLng
Required. The center of the radius area. It represents a latitude/longitude pair in decimal degrees format.
↳ radius
float
Required. The radius distance of the area.
↳ radius_units
int
Optional. The unit of the radius.
getRegionCode
Required. CLDR territory code or the country the radius area applies to.
string
setRegionCode
Required. CLDR territory code or the country the radius area applies to.
var
string
$this
getLatLng
Required. The center of the radius area. It represents a latitude/longitude pair in decimal degrees format.
hasLatLng
clearLatLng
setLatLng
Required. The center of the radius area. It represents a latitude/longitude pair in decimal degrees format.
$this
getRadius
Required. The radius distance of the area.
float
setRadius
Required. The radius distance of the area.
var
float
$this
getRadiusUnits
Optional. The unit of the radius.
setRadiusUnits
Optional. The unit of the radius.
$this

