I used the Geodesic buffers sample code of ArcGIS from the following link
https://developers.arcgis.com/javascript/3/jssamples/ge_geodesic_buffers.html
Setup the proxy. it worked fine and showed all the points with features.
It was getting the points from this link http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/4.5_week.csv"
but I wanted to show points from my own CSV file but I didn't find a way to do in this sample code, then I used CSVLayer to show points which worked fine to show my points but it doesn't have features what was in Geodesic buffer. I couldn't add feature layer to it because map didn't contain graphics.
Could you please provide me a way that I can show my own points, just like Geodesic buffer sample does?