Hi Chiranjeevi,
You can try as following to get the data in listitem,
onGeocodeAddressSelected : function(oEvent) {
oSelItemId = oEvent.mParameters.listItem.sId;
oSelItemId = oSelItemId.substr(37, 3); //check your id accordingly and change substring
masterList = this.getView().byId("list").getItems();
var vRoad = mList[oSelItemId].mAggregations.attributes[14].mProperties.text;
}
Regards,
Arun Krishna