toString(); List<Location> locations = new Gson().fromJson(json, new TypeToken<List<Location>>(){}.getType()); onResultsReceived(locations); } catch ...
確定! 回上一頁