| | |
| | | String key = "msg";
|
| | | String msg = (String) poiMap.get(key);
|
| | | hashMap.put("msg", msg);
|
| | | String center = (String) poiMap.get("center");
|
| | | if(center != null){
|
| | | hashMap.put("data", poiMap);
|
| | | }
|
| | |
|
| | | return hashMap;
|
| | | }
|
| | |
| | | List<Integer> cNum = new ArrayList<>();
|
| | | for (int i = 0; i < dataArray.size(); i++) {
|
| | | JSONObject dataObj = dataArray.getJSONObject(i);
|
| | | String fclass1 = dataObj.getString("fclass_1");
|
| | | String fclass1 = dataObj.getString(xzConfig.typeFiled);
|
| | | String ids = dataObj.getString("seid");
|
| | | if (cName.contains(fclass1)) {
|
| | | for (int j = 0; j < cName.size(); j++) {
|