Types=extras.getString("types");
int Radious=5000;
ArrayList<HashMap<String, String>> mylist = new ArrayList<HashMap<String, String>>();
strUrl="https://maps.googleapis.com/maps/api/place/search/json?location=22.572345,72.931234&sensor=true&key=AIzaSyC2p6Y4jnmLZq94n5FB-K4rms6pzJoWFjI"+"&radius="+Radious+"&types="+Types;
// json = JSONfunctions.getJSONfromURL("http://api.geonames.org/earthquakesJSON?north=44.1&south=-9.9&east=-22.4&west=55.2&username=demo");
json=JSONfunctions.getJSONfromURL(strUrl);