I got to the desired:
Did this:
val result = JSONObject(data) .getJSONObject("response") .getJSONObject("GeoObjectCollection") .getJSONArray("featureMember") .getJSONObject(0) .getJSONObject("GeoObject") adr.text = result.getString("name") Everything works, but even embarrassing ... looks strange. Do I need to somehow humanize this business, or so come down?
