JSON response value looks like this \"types\" : [ \"sublocality\", \"political\" ]. How to get the first value of the types or how to get the word sublocality?<
You should parse that JSON to get those values. You can either use JSONObject and JSONArray classes in Android or use a library like Google GSON to get the POJOs from JSON.