Hi I would like to Reversegeo of the selected destination results to current. My Reversegeoforwading function will draw the poly line between the two points and calculate distance.
Currently I call the function on search query which is making a mess doing multiple revergeoforwarding before the user select the autocomplete result prediction.
I tried to call the revergeoforwarding function tableview didselectitematindex method but doesn't get called. How can I Reversegeoforwad only when the user has selected an item from the tableview of search display controller?