GoogleAdsSearchads360V23CommonProximityInfo class
A Proximity criterion.
The geo point and radius determine what geographical area is included. The address is a description of the geo point that does not affect ad serving. There are two ways to create a proximity. First, by setting an address and radius. The geo point will be automatically computed. Second, by setting a geo point and radius. The address is an optional label that won't be validated.
Constructors
- GoogleAdsSearchads360V23CommonProximityInfo({GoogleAdsSearchads360V23CommonAddressInfo? address, GoogleAdsSearchads360V23CommonGeoPointInfo? geoPoint, double? radius, String? radiusUnits})
- GoogleAdsSearchads360V23CommonProximityInfo.fromJson(Map json_)
Properties
- address ↔ GoogleAdsSearchads360V23CommonAddressInfo?
-
Full address.
getter/setter pair
- geoPoint ↔ GoogleAdsSearchads360V23CommonGeoPointInfo?
-
Latitude and longitude.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- radius ↔ double?
-
The radius of the proximity.
getter/setter pair
- radiusUnits ↔ String?
-
The unit of measurement of the radius.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited