GoogleMapsPlacesV1Circle constructor

GoogleMapsPlacesV1Circle({
  1. GoogleTypeLatLng? center,
  2. double? radius,
})

Implementation

GoogleMapsPlacesV1Circle({
  this.center,
  this.radius,
});