GoogleMapsPlacesV1Circle constructor
GoogleMapsPlacesV1Circle({
- GoogleTypeLatLng? center,
- double? radius,
Implementation
GoogleMapsPlacesV1Circle({
this.center,
this.radius,
});