GoogleAdsSearchads360V23CommonGeoPointInfo.fromJson constructor

GoogleAdsSearchads360V23CommonGeoPointInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonGeoPointInfo.fromJson(core.Map json_)
  : this(
      latitudeInMicroDegrees: json_['latitudeInMicroDegrees'] as core.int?,
      longitudeInMicroDegrees: json_['longitudeInMicroDegrees'] as core.int?,
    );