GoogleMapsPlacesV1SearchNearbyRequestLocationRestriction constructor

GoogleMapsPlacesV1SearchNearbyRequestLocationRestriction({
  1. GoogleMapsPlacesV1Circle? circle,
})

Implementation

GoogleMapsPlacesV1SearchNearbyRequestLocationRestriction({
  this.circle,
});